Skip to content

Commit

Permalink
Update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
kimakan committed Jul 23, 2024
1 parent a71507a commit e4fcfc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024 Leibniz Institute for Astrophysics Potsdam (AIP)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ THIS NOTICE APPLIES TO ALL FILES CONTAINED IN THIS AND UNDERLYING FOLDERS

Daiquiri Client

Copyright (c) 2016 Anastasia Galkin <[email protected]>
Copyright (c) 2024 Anastasia Galkin <[email protected]>
Jochen Klar <[email protected]>
Kirill Makan <[email protected]>
Gal Matijevic <[email protected]>
Kristin Riebe <[email protected]>
AIP E-Science (www.aip.de)
Expand Down
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ Daiquiri Client

Daiquiri Client is a python library meant to be used with the Daiquiri Framework.

Daiquiri can be downloaded from `https://github.com/aipescience/django-daiquiri <https://github.com/aipescience/django-daiquiri>`_.
Daiquiri can be downloaded from
`https://github.com/django-daiquiri/daiquiri <https://github.com/django-daiquiri/daiquiri>`_.

Daiquiri Client provides a set of functions which can be used to use the API of a Daiquiri powered website inside a script. The nessesarry HTTP requests are abstracted in a transparent way.
Daiquiri Client provides a set of functions to use the API of a Daiquiri-powered
website in a script. The necessary HTTP requests are abstracted in a transparent way.

A script for getting the emails of all users using Daiquiri Client could look like this:
For example, the following script gets the emails of all users:

.. code:: python
Expand Down

0 comments on commit e4fcfc1

Please sign in to comment.