LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
tentypy/__init__.py
tentypy/config.py
tentypy/builder/__init__.py
tentypy/builder/cli.py
tentypy/builder/config.py
tentypy/builder/core/__init__.py
tentypy/builder/core/file_generator.py
tentypy/builder/core/template_engine.py
tentypy/builder/core/validator.py
tentypy/builder/templates/__init__.py
tentypy/builder/templates/clean_architecture.json
tentypy/builder/templates/django_ddd.yaml
tentypy/builder/templates/fastapi_basic.json
tentypy/builder/templates/microservices.yaml
tentypy/utils/__init__.py
tentypy/utils/logger.py
tentypy_builder.egg-info/PKG-INFO
tentypy_builder.egg-info/SOURCES.txt
tentypy_builder.egg-info/dependency_links.txt
tentypy_builder.egg-info/entry_points.txt
tentypy_builder.egg-info/requires.txt
tentypy_builder.egg-info/top_level.txt
tests/test_builder.py
tests/test_cli_complete.py
tests/test_config.py
tests/test_coverage_boost.py
tests/test_templates_init.py
tests/test_utils.py