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/models.py
huscy/attributes/permissions.py
huscy/attributes/serializer.py
huscy/attributes/services.py
huscy/attributes/urls.py
huscy/attributes/views.py
huscy/attributes/management/__init__.py
huscy/attributes/management/commands/__init__.py
huscy/attributes/management/commands/create_attribute_category_permissions.py
huscy/attributes/migrations/0001_initial.py
huscy/attributes/migrations/__init__.py
tests/conftest.py
tests/test_attributeschema_apiview.py
tests/test_attributeset_viewset.py
tests/management_commands/test_create_attribute_category_permissions.py
tests/models/test_attribute_set.py
tests/serializer/test_attributeset_serializer.py
tests/services/test_create_attribute_schema.py
tests/services/test_create_initial_schema.py
tests/services/test_get_attribute_schema.py
tests/services/test_get_or_create_attribute_set.py
tests/services/test_update_attribute_set.py