MANIFEST.in
README.md
setup.py
app/__init__.py
app/user_forms.py
app/user_urls.py
app/user_views.py
app/domain/__init__.py
app/domain/entities.py
app/domain/exceptions.py
app/infrastructure/__init__.py
app/infrastructure/exceptions.py
app/infrastructure/mappers.py
app/infrastructure/user_repository.py
app/services/__init__.py
app/services/user_service.py
app/utils/__init__.py
app/utils/clean_dict_of_keys.py
app/utils/is_integer.py
app/utils/is_uuid.py
ddd/__init__.py
ddd/management/__init__.py
ddd/management/cli.py
ddd/management/version.py
ddd/management/commands/__init__.py
ddd/management/commands/create_dto.py
ddd/management/commands/create_entity.py
ddd/management/commands/create_repository.py
ddd/management/commands/create_serializer.py
ddd/management/commands/create_service.py
ddd/management/commands/create_view.py
ddd/management/commands/create_view_api_apiview.py
ddd/management/commands/create_view_api_viewset.py
ddd/management/commands/utils.py
ddd/management/templates/api/apiview_views.py
ddd/management/templates/api/viewset_views.py
ddd/management/templates/dto/class.py
ddd/management/templates/dto/imports.py
ddd/management/templates/entity/class.py
ddd/management/templates/entity/exceptions.py
ddd/management/templates/entity/imports.py
ddd/management/templates/repository/class.py
ddd/management/templates/repository/exceptions.py
ddd/management/templates/repository/mappers.py
ddd/management/templates/routers/api_apiview_urls.py
ddd/management/templates/routers/api_viewset_urls.py
ddd/management/templates/routers/web_urls.py
ddd/management/templates/serializer/class.py
ddd/management/templates/serializer/imports.py
ddd/management/templates/services/class.py
ddd/management/templates/services/imports.py
ddd/management/templates/services/old/function_crud.py
ddd/management/templates/templates/_web_form_errors.html
ddd/management/templates/templates/_web_global_errors.html
ddd/management/templates/templates/test.html
ddd/management/templates/templates/web_create_register.html
ddd/management/templates/templates/web_detail_register.html
ddd/management/templates/templates/web_edit_register.html
ddd/management/templates/templates/web_list_register.html
ddd/management/templates/utils/clean_dict_of_keys.py
ddd/management/templates/utils/get_value.py
ddd/management/templates/utils/is_integer.py
ddd/management/templates/utils/is_uuid.py
ddd/management/templates/view/web_forms.py
ddd/management/templates/view/web_views.py
ddd_cli.egg-info/PKG-INFO
ddd_cli.egg-info/SOURCES.txt
ddd_cli.egg-info/dependency_links.txt
ddd_cli.egg-info/entry_points.txt
ddd_cli.egg-info/requires.txt
ddd_cli.egg-info/top_level.txt