.bumpversion.cfg
.gitignore
.pre-commit-config.yaml
API_REFERENCE.md
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
Makefile
PUBLISHING.md
README.md
dev-requirements.txt
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/crud_operations.py
examples/error_handling.py
examples/filtering.py
examples/migration.py
examples/posts.py
examples/quickstart.py
src/kanka/__init__.py
src/kanka/_version.py
src/kanka/client.py
src/kanka/exceptions.py
src/kanka/managers.py
src/kanka/py.typed
src/kanka/types.py
src/kanka/models/__init__.py
src/kanka/models/base.py
src/kanka/models/common.py
src/kanka/models/entities.py
src/python_kanka.egg-info/PKG-INFO
src/python_kanka.egg-info/SOURCES.txt
src/python_kanka.egg-info/dependency_links.txt
src/python_kanka.egg-info/not-zip-safe
src/python_kanka.egg-info/requires.txt
src/python_kanka.egg-info/top_level.txt
tests/__init__.py
tests/mypy.ini
tests/test_client.py
tests/test_client_advanced.py
tests/test_entity_models.py
tests/test_exceptions.py
tests/test_managers.py
tests/test_models.py
tests/test_models_advanced.py
tests/utils.py
tests/integration/README.md
tests/integration/__init__.py
tests/integration/base.py
tests/integration/full_test_output_fixed.txt
tests/integration/run_integration_tests.py
tests/integration/setup_test_env.py
tests/integration/test_calendars_integration.py
tests/integration/test_calendars_simple.py
tests/integration/test_characters_integration.py
tests/integration/test_creatures_integration.py
tests/integration/test_entities_api_integration.py
tests/integration/test_entity_tags_integration.py
tests/integration/test_events_integration.py
tests/integration/test_families_integration.py
tests/integration/test_journals_integration.py
tests/integration/test_locations_integration.py
tests/integration/test_mentions_integration.py
tests/integration/test_notes_integration.py
tests/integration/test_organisations_integration.py
tests/integration/test_posts_integration.py
tests/integration/test_quests_integration.py
tests/integration/test_races_integration.py
tests/integration/test_rate_limiting.py
tests/integration/test_search_integration.py
tests/integration/test_tag_colour.py
tests/integration/test_tags_integration.py