AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_scaffolding_tools/__init__.py
django_scaffolding_tools/builders.py
django_scaffolding_tools/cli.py
django_scaffolding_tools/django_scaffolding_tools.py
django_scaffolding_tools/enums.py
django_scaffolding_tools/exceptions.py
django_scaffolding_tools/models.py
django_scaffolding_tools/parsers.py
django_scaffolding_tools/patterns.py
django_scaffolding_tools/writers.py
django_scaffolding_tools.egg-info/PKG-INFO
django_scaffolding_tools.egg-info/SOURCES.txt
django_scaffolding_tools.egg-info/dependency_links.txt
django_scaffolding_tools.egg-info/entry_points.txt
django_scaffolding_tools.egg-info/not-zip-safe
django_scaffolding_tools.egg-info/requires.txt
django_scaffolding_tools.egg-info/top_level.txt
django_scaffolding_tools/_experimental/__init__.py
django_scaffolding_tools/_experimental/backup_envs/__init__.py
django_scaffolding_tools/_experimental/backup_envs/backups.py
django_scaffolding_tools/_experimental/backup_envs/exceptions.py
django_scaffolding_tools/_experimental/backup_envs/gdrive.py
django_scaffolding_tools/_experimental/backup_envs/google_drive.py
django_scaffolding_tools/_experimental/cover_letters/__init__.py
django_scaffolding_tools/_experimental/cover_letters/config.py
django_scaffolding_tools/_experimental/cover_letters/generators.py
django_scaffolding_tools/_experimental/cover_letters/mail.py
django_scaffolding_tools/_experimental/cover_letters/utils.py
django_scaffolding_tools/_experimental/docker/__init__.py
django_scaffolding_tools/_experimental/docker/clean_postgres.py
django_scaffolding_tools/_experimental/docker/commnads.py
django_scaffolding_tools/_experimental/docker/containers.py
django_scaffolding_tools/_experimental/docker/enums.py
django_scaffolding_tools/_experimental/reqs_utilities/__init__.py
django_scaffolding_tools/_experimental/reqs_utilities/db.py
django_scaffolding_tools/_experimental/reqs_utilities/models.py
django_scaffolding_tools/_experimental/reqs_utilities/parsers.py
django_scaffolding_tools/_experimental/reqs_utilities/updaters.py
django_scaffolding_tools/django/__init__.py
django_scaffolding_tools/django/builders.py
django_scaffolding_tools/django/cli.py
django_scaffolding_tools/django/handlers.py
django_scaffolding_tools/django/parsers.py
django_scaffolding_tools/django/utils.py
django_scaffolding_tools/django/writers.py
django_scaffolding_tools/pydantic/__init__.py
django_scaffolding_tools/templates/drf_model_serializers.py.j2
django_scaffolding_tools/templates/drf_serializers.py.j2
django_scaffolding_tools/templates/enums.py.j2
django_scaffolding_tools/templates/serializers.py.j2
django_scaffolding_tools/utils/__init__.py
django_scaffolding_tools/utils/assert_utils.py
django_scaffolding_tools/utils/core.py
docs/_old_sphinx/Makefile
docs/_old_sphinx/authors.rst
docs/_old_sphinx/conf.py
docs/_old_sphinx/contributing.rst
docs/_old_sphinx/history.rst
docs/_old_sphinx/index.rst
docs/_old_sphinx/installation.rst
docs/_old_sphinx/make.bat
docs/_old_sphinx/readme.rst
docs/_old_sphinx/usage.rst
tests/__init__.py
tests/conftest.py
tests/manage.py
tests/settings.py
tests/test_app_config.py
tests/test_django_scaffolding_tools.py
tests/test_parsers.py
tests/test_writer.py
tests/testing_utils.py
tests/_experimental/__init__.py
tests/_experimental/cover_letters/__init__.py
tests/_experimental/cover_letters/test_generators.py
tests/_experimental/git_manager/__init__.py
tests/_experimental/git_manager/info.py
tests/_experimental/reqs_utilities/__init__.py
tests/_experimental/reqs_utilities/test_parsers.py
tests/django/__init__.py
tests/django/test_cli.py
tests/django/test_django_builders.py
tests/django/test_django_parsers.py
tests/django/test_django_writers.py
tests/django/test_handlers.py
tests/fixtures/__init__.py
tests/fixtures/api_bulk.json
tests/fixtures/data_classes.py
tests/fixtures/enum_str.csv
tests/fixtures/finance_models.py
tests/fixtures/g_mine_types.csv
tests/fixtures/json_data.json
tests/fixtures/json_sample.json
tests/fixtures/model_data_models_payements.py.json
tests/fixtures/model_list.json
tests/fixtures/models.py
tests/fixtures/models_with_helptext.py
tests/fixtures/pydantic_models.py
tests/fixtures/simple_models.py
tests/fixtures/simple_models2.py
tests/fixtures/stp_enum.tsv
tests/fixtures/_experimental/.~lock.Cover Letter Template.docx#
tests/fixtures/_experimental/Cover Letter Template.docx
tests/fixtures/_experimental/__init__.py
tests/fixtures/_experimental/celery_pypi.json
tests/fixtures/_experimental/req_db.json
tests/fixtures/_experimental/requirements/base.txt
tests/fixtures/_experimental/requirements/local.txt
tests/fixtures/_experimental/requirements/production.txt
tests/pydantic/__init__.py
tests/pydantic/test_parsers.py
tests/utils/__init__.py
tests/utils/test_assert_utils.py