From c61d6fc80d7c20f580ad111db59352b8eae7b7da Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Mon, 9 Oct 2023 11:52:05 +0200 Subject: 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 --- szuruboorupy/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 szuruboorupy/__init__.py (limited to 'szuruboorupy/__init__.py') 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 +""" -- cgit v1.2.3