README.md
setup.py
config/settings.py
config/urls.py
huscy.attributes.egg-info/PKG-INFO
huscy.attributes.egg-info/SOURCES.txt
huscy.attributes.egg-info/dependency_links.txt
huscy.attributes.egg-info/requires.txt
huscy.attributes.egg-info/top_level.txt
huscy/attributes/__init__.py
huscy/attributes/admin.py
huscy/attributes/apps.py
huscy/attributes/models.py
huscy/attributes/permissions.py
huscy/attributes/serializer.py
huscy/attributes/services.py
huscy/attributes/urls.py
huscy/attributes/views.py
huscy/attributes/migrations/0001_initial.py
huscy/attributes/migrations/0002_auto_20220321_1220.py
huscy/attributes/migrations/__init__.py
tests/conftest.py
tests/test_attributeschema_apiview.py
tests/test_attributeset_viewset.py
tests/admin/test_attribute_schema_admin.py
tests/admin/test_attribute_set_admin.py
tests/models/test_attribute_set.py
tests/serializer/test_attributeset_serializer.py
tests/services/test_create_attribute_schema.py
tests/services/test_dict_merge.py
tests/services/test_filter_attributes_by_category_permissions.py
tests/services/test_get_attribute_schema.py
tests/services/test_get_or_create_attribute_set.py
tests/services/test_update_attribute_set.py