summaryrefslogtreecommitdiffstats
path: root/szuruboorupy/__init__.py
blob: 44165b1d63736284e7486490a98020155fafecdc (plain) (blame)
1
2
3
4
5
6
7
8
9
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
"""