LICENSE
README.md
__init__.py
admin.py
apps.py
catalog_fixtures.py
catalog_load.py
checks.py
conf.py
conftest.py
dto.py
errors.py
events.py
feature_editor.py
forms.py
functions.py
models.py
py.typed
pyproject.toml
serializers.py
translation.py
translation_keys.py
urls.py
urls_v1.py
validators.py
views.py
./__init__.py
./admin.py
./apps.py
./catalog_fixtures.py
./catalog_load.py
./checks.py
./conf.py
./conftest.py
./dto.py
./errors.py
./events.py
./feature_editor.py
./forms.py
./functions.py
./models.py
./py.typed
./serializers.py
./translation.py
./translation_keys.py
./urls.py
./urls_v1.py
./validators.py
./views.py
./management/__init__.py
./management/commands/__init__.py
./management/commands/export_catalog.py
./management/commands/load_catalog.py
./migrations/0001_initial.py
./migrations/0002_category_is_test_feature_is_test.py
./migrations/__init__.py
./schemas/emits/category.changed.json
./schemas/functions/categories.features.json
management/__init__.py
management/commands/__init__.py
management/commands/export_catalog.py
management/commands/load_catalog.py
migrations/0001_initial.py
migrations/0002_category_is_test_feature_is_test.py
migrations/__init__.py
schemas/emits/category.changed.json
schemas/functions/categories.features.json
stapel_categories.egg-info/PKG-INFO
stapel_categories.egg-info/SOURCES.txt
stapel_categories.egg-info/dependency_links.txt
stapel_categories.egg-info/requires.txt
stapel_categories.egg-info/top_level.txt
tests/test_catalog_export.py
tests/test_catalog_load.py
tests/test_catalog_roundtrip_dirty.py
tests/test_category_commands.py
tests/test_comm.py
tests/test_extension_points.py
tests/test_feature_editor.py
tests/test_feature_editor_enhancements.py
tests/test_feature_editor_review_fixes.py
tests/test_meta_regression.py
tests/test_models.py
tests/test_public_api.py
tests/test_translation_keys.py