LICENSE
README.md
pyproject.toml
pyskoob/__init__.py
pyskoob/auth.py
pyskoob/authors.py
pyskoob/books.py
pyskoob/client.py
pyskoob/exceptions.py
pyskoob/profile.py
pyskoob/publishers.py
pyskoob/users.py
pyskoob.egg-info/PKG-INFO
pyskoob.egg-info/SOURCES.txt
pyskoob.egg-info/dependency_links.txt
pyskoob.egg-info/requires.txt
pyskoob.egg-info/top_level.txt
pyskoob/http/__init__.py
pyskoob/http/client.py
pyskoob/http/httpx.py
pyskoob/internal/__init__.py
pyskoob/internal/async_authenticated.py
pyskoob/internal/async_base.py
pyskoob/internal/authenticated.py
pyskoob/internal/base.py
pyskoob/models/__init__.py
pyskoob/models/author.py
pyskoob/models/book.py
pyskoob/models/enums.py
pyskoob/models/pagination.py
pyskoob/models/publisher.py
pyskoob/models/user.py
pyskoob/parsers/__init__.py
pyskoob/parsers/authors.py
pyskoob/parsers/books.py
pyskoob/parsers/publishers.py
pyskoob/utils/__init__.py
pyskoob/utils/bs4_utils.py
pyskoob/utils/rate_limiter.py
pyskoob/utils/skoob_parser_utils.py
tests/test_async_auth_service.py
tests/test_auth_service.py
tests/test_author_models.py
tests/test_book_helpers.py
tests/test_bs4_utils.py
tests/test_httpx_async_client.py
tests/test_httpx_rate_limiter.py
tests/test_imports.py
tests/test_profile_service.py
tests/test_public_api.py
tests/test_publisher_service.py
tests/test_rate_limiter.py
tests/test_skoob_async_client.py
tests/test_skoob_author_service.py
tests/test_skoob_book_service.py
tests/test_skoob_client.py
tests/test_skoob_parser_utils.py
tests/test_skoob_user_service.py