LICENSE
MANIFEST.in
README.md
pyproject.toml
src/__init__.py
src/cli/__init__.py
src/cli/app.py
src/cli/constants.py
src/cli/utils.py
src/cli/commands/__init__.py
src/cli/commands/callbacks.py
src/cli/commands/command_defaults.py
src/cli/commands/destroy/__init__.py
src/cli/commands/destroy/admin.py
src/cli/commands/destroy/dockerfile.py
src/cli/commands/destroy/fixtures.py
src/cli/commands/destroy/forms.py
src/cli/commands/destroy/main.py
src/cli/commands/destroy/management.py
src/cli/commands/destroy/managers.py
src/cli/commands/destroy/models.py
src/cli/commands/destroy/serializers.py
src/cli/commands/destroy/signals.py
src/cli/commands/destroy/tags.py
src/cli/commands/destroy/template.py
src/cli/commands/destroy/tests.py
src/cli/commands/destroy/validators.py
src/cli/commands/destroy/views.py
src/cli/commands/destroy/viewsets.py
src/cli/commands/generate/__init__.py
src/cli/commands/generate/admin.py
src/cli/commands/generate/dockerfile.py
src/cli/commands/generate/fixtures.py
src/cli/commands/generate/forms.py
src/cli/commands/generate/main.py
src/cli/commands/generate/management.py
src/cli/commands/generate/managers.py
src/cli/commands/generate/models.py
src/cli/commands/generate/serializers.py
src/cli/commands/generate/signals.py
src/cli/commands/generate/tags.py
src/cli/commands/generate/template.py
src/cli/commands/generate/tests.py
src/cli/commands/generate/validators.py
src/cli/commands/generate/views.py
src/cli/commands/generate/viewsets.py
src/cli/commands/new/__init__.py
src/cli/commands/new/app.py
src/cli/commands/new/main.py
src/cli/commands/new/project.py
src/cli/commands/new/defaults/app.py
src/cli/commands/new/defaults/project.py
src/cli/core/__init__.py
src/cli/core/logger.py
src/cli/core/field_parser/__init__.py
src/cli/core/field_parser/factory.py
src/cli/core/filesystem/__init__.py
src/cli/core/filesystem/directories.py
src/cli/core/filesystem/files.py
src/cli/core/filesystem/filesystem.py
src/cli/core/filesystem/finder.py
src/cli/core/filesystem/protocols.py
src/cli/core/filesystem/transformations.py
src/cli/core/git/__init__.py
src/cli/core/git/git.py
src/cli/core/git/protocols.py
src/cli/core/templates/__init__.py
src/cli/core/templates/protocols.py
src/cli/core/templates/template.py
src/cli/decorators/__init__.py
src/cli/decorators/scope.py
src/cli/decorators/singleton.py
src/cli/extensions/__init__.py
src/cli/extensions/aliased.py
src/cli/extensions/combined.py
src/cli/extensions/discoverable.py
src/cli/template_files/__init__.py
src/cli/template_files/fixture.tpl
src/cli/template_files/form.tpl
src/cli/template_files/management.tpl
src/cli/template_files/serializer.tpl
src/cli/template_files/admin/admin.tpl
src/cli/template_files/admin/inline.tpl
src/cli/template_files/app/404.tpl
src/cli/template_files/app/500.tpl
src/cli/template_files/app/LICENSE.tpl
src/cli/template_files/app/MANIFEST.tpl
src/cli/template_files/app/README.tpl
src/cli/template_files/app/__init__.py
src/cli/template_files/app/admin-init.tpl
src/cli/template_files/app/api.tpl
src/cli/template_files/app/apps.tpl
src/cli/template_files/app/gitignore.tpl
src/cli/template_files/app/init.tpl
src/cli/template_files/app/pyproject.tpl
src/cli/template_files/app/router.tpl
src/cli/template_files/app/router_init.tpl
src/cli/template_files/app/routes.tpl
src/cli/template_files/app/urls.tpl
src/cli/template_files/app/viewsets_init.tpl
src/cli/template_files/docker/docker-compose.tpl
src/cli/template_files/docker/docker-entrypoint.tpl
src/cli/template_files/docker/dockerfile.tpl
src/cli/template_files/docker/dockerignore.tpl
src/cli/template_files/github/ci.tpl
src/cli/template_files/github/pull_request_template.tpl
src/cli/template_files/kubernetes/configmap.tpl
src/cli/template_files/kubernetes/deployment.tpl
src/cli/template_files/kubernetes/ingress.tpl
src/cli/template_files/kubernetes/service.tpl
src/cli/template_files/models/manager.tpl
src/cli/template_files/models/model.tpl
src/cli/template_files/models/signal.tpl
src/cli/template_files/models/test.tpl
src/cli/template_files/models/validator.tpl
src/cli/template_files/project/README.tpl
src/cli/template_files/project/__init__.py
src/cli/template_files/project/api.tpl
src/cli/template_files/project/app_json.tpl
src/cli/template_files/project/celery.tpl
src/cli/template_files/project/celery_init.tpl
src/cli/template_files/project/celery_tasks.tpl
src/cli/template_files/project/cli-config_json.tpl
src/cli/template_files/project/cli-config_yaml.tpl
src/cli/template_files/project/dokku_checks.tpl
src/cli/template_files/project/dokku_scale.tpl
src/cli/template_files/project/env.tpl
src/cli/template_files/project/github_ci.tpl
src/cli/template_files/project/gitignore.tpl
src/cli/template_files/project/pipfile.tpl
src/cli/template_files/project/procfile.tpl
src/cli/template_files/project/requirements.tpl
src/cli/template_files/project/settings.tpl
src/cli/template_files/project/storage.tpl
src/cli/template_files/project/travis-yml.tpl
src/cli/template_files/project/urls.tpl
src/cli/template_files/shared/init.tpl
src/cli/template_files/templates/create.tpl
src/cli/template_files/templates/detail.tpl
src/cli/template_files/templates/list.tpl
src/cli/template_files/templates/template.tpl
src/cli/template_files/templates/update.tpl
src/cli/template_files/templatetags/tag.tpl
src/cli/template_files/views/create.tpl
src/cli/template_files/views/detail.tpl
src/cli/template_files/views/list.tpl
src/cli/template_files/views/update.tpl
src/cli/template_files/views/view.tpl
src/cli/template_files/viewsets/test.tpl
src/cli/template_files/viewsets/viewset.tpl
src/django_clite.egg-info/PKG-INFO
src/django_clite.egg-info/SOURCES.txt
src/django_clite.egg-info/dependency_links.txt
src/django_clite.egg-info/entry_points.txt
src/django_clite.egg-info/requires.txt
src/django_clite.egg-info/top_level.txt
tests/__init__.py
tests/test_utils.py
tests/core/__init__.py
tests/core/field_parser/__init__.py
tests/core/field_parser/test_factory.py
tests/core/filesystem/__init__.py
tests/core/filesystem/test_directories.py
tests/core/filesystem/test_files.py
tests/core/filesystem/test_filesystem.py
tests/core/filesystem/test_finder.py
tests/core/filesystem/test_transformations.py
tests/core/templates/__init__.py
tests/core/templates/test_templates.py