LICENSE
README.md
pyproject.toml
django_crew_tools/__init__.py
django_crew_tools/_compat.py
django_crew_tools/_errors.py
django_crew_tools/context.py
django_crew_tools/formatter.py
django_crew_tools/schema.py
django_crew_tools/toolset.py
django_crew_tools.egg-info/PKG-INFO
django_crew_tools.egg-info/SOURCES.txt
django_crew_tools.egg-info/dependency_links.txt
django_crew_tools.egg-info/requires.txt
django_crew_tools.egg-info/top_level.txt
django_crew_tools/mixins/__init__.py
django_crew_tools/mixins/create.py
django_crew_tools/mixins/delete.py
django_crew_tools/mixins/list.py
django_crew_tools/mixins/read.py
django_crew_tools/mixins/update.py
django_crew_tools/tools/__init__.py
django_crew_tools/tools/base.py
django_crew_tools/tools/create.py
django_crew_tools/tools/delete.py
django_crew_tools/tools/list.py
django_crew_tools/tools/read.py
django_crew_tools/tools/update.py
tests/test_create.py
tests/test_delete.py
tests/test_formatter.py
tests/test_list.py
tests/test_read.py
tests/test_schema.py
tests/test_toolset.py
tests/test_update.py