diff options
| author | Colin Wilk <colin.wilk@tum.de> | 2023-10-09 11:52:05 +0200 |
|---|---|---|
| committer | Colin Wilk <colin.wilk@tum.de> | 2023-10-09 12:08:43 +0200 |
| commit | c61d6fc80d7c20f580ad111db59352b8eae7b7da (patch) | |
| tree | 752979c86371d311b0d82043c8376eb56c3ed1ee /szuruboorupy/__init__.py | |
| parent | 1da7f1638babdfe4173d0e87ff3b45b32e0c9123 (diff) | |
| download | szuruboorupy-c61d6fc80d7c20f580ad111db59352b8eae7b7da.tar.gz szuruboorupy-c61d6fc80d7c20f580ad111db59352b8eae7b7da.zip | |
Rename booru-sync to szuruboorupy
Initially the project was intended as a script repository containing
scripts for managing my szurubooru instance. Since most of my work was
actually writing an API client, I decided to rename this repository to
an API client and do the script repository later on separately.
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
Diffstat (limited to 'szuruboorupy/__init__.py')
| -rw-r--r-- | szuruboorupy/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/szuruboorupy/__init__.py b/szuruboorupy/__init__.py new file mode 100644 index 0000000..44165b1 --- /dev/null +++ b/szuruboorupy/__init__.py @@ -0,0 +1,10 @@ +""" +szuruboorupy + +szuruboorupy is an API client written in Python for szurubooru based sites. + +szuruboorupy modules: + api -- Main module doing the requests to szurubooru + dataclasses -- Contains all szurubooru resources as python dataclasses + exceptions -- Manages and builds szurubooru API exceptions +""" |