README.md
pyproject.toml
bookstack_cli/__init__.py
bookstack_cli/client.py
bookstack_cli/config.py
bookstack_cli/exceptions.py
bookstack_cli/main.py
bookstack_cli/models.py
bookstack_cli.egg-info/PKG-INFO
bookstack_cli.egg-info/SOURCES.txt
bookstack_cli.egg-info/dependency_links.txt
bookstack_cli.egg-info/entry_points.txt
bookstack_cli.egg-info/requires.txt
bookstack_cli.egg-info/top_level.txt
bookstack_cli/resources/__init__.py
bookstack_cli/resources/attachments.py
bookstack_cli/resources/books.py
bookstack_cli/resources/chapters.py
bookstack_cli/resources/pages.py
bookstack_cli/resources/revisions.py
bookstack_cli/resources/roles.py
bookstack_cli/resources/search.py
bookstack_cli/resources/shelves.py
bookstack_cli/resources/tags.py
bookstack_cli/resources/users.py
tests/test_client.py
tests/test_config.py
tests/test_main.py
tests/test_models.py
tests/test_resources.py