CLAUDE.md
LICENSE
README.md
pyproject.toml
docs/README.md
docs/data-helpers.md
docs/filters-reference.md
docs/formatting.md
docs/getting-started.md
docs/template-guide.md
docs/yagen-guide.md
examples/README.md
examples/advanced/README.md
examples/advanced/config.yaml
examples/advanced/data.json
examples/advanced/templates/PROJECT_OVERVIEW.md.j2
examples/advanced/templates/_foreach_component_{{ component.name }}.py.j2
examples/advanced/templates/_foreach_endpoint_{{ endpoint.path | normalize }}_api.py.j2
examples/advanced/templates/_foreach_endpoint_{{ endpoint.path | normalize }}_doc.md.j2
examples/advanced/templates/_foreach_module___init__.py.j2
examples/advanced/templates/_foreach_module_{{ module.name }}_doc.md.j2
examples/basic/README.md
examples/basic/config.yaml
examples/basic/data.json
examples/basic/templates/_foreach_service_{{ service.name }}_service.py.j2
examples/basic/templates/config.ini.j2
examples/filtered/README.md
examples/filtered/config.yaml
examples/filtered/data.json
examples/filtered/templates/_foreach_service_{{ service.name }}_api_handler.py.j2
examples/filtered/templates/_foreach_service_{{ service.name }}_core_service.py.j2
examples/filtered/templates/_foreach_service_{{ service.name }}_debug.py.j2
examples/filtered/templates/_foreach_service_{{ service.name }}_doc.md.j2
examples/filtered/templates/_foreach_service_{{ service.name }}_integration_test.py.j2
examples/filtered/templates/_foreach_service_{{ service.name }}_unit_test.py.j2
examples/filtered/templates/overview.md.j2
examples/helpers/__init__.py
examples/helpers/company_helpers.py
examples/with_formatting/README.md
examples/with_formatting/config.yaml
examples/with_formatting/data.json
examples/with_formatting/templates/_foreach_config_{{ config.name }}_config.json.j2
examples/with_formatting/templates/_foreach_service_{{ service.name }}_service.py.j2
examples/with_formatting/templates/_foreach_util_{{ util.name }}_utils.js.j2
examples/with_helpers/README.md
examples/with_helpers/config.yaml
examples/with_helpers/data.json
examples/with_helpers/templates/_foreach_dept_{{ dept.department_name }}_department.md.j2
examples/with_helpers/templates/_foreach_emp_{{ emp.name }}_employee_card.md.j2
examples/with_helpers/templates/company_report.md.j2
pytemplify/__init__.py
pytemplify/base_classes.py
pytemplify/exceptions.py
pytemplify/file_uri_utils.py
pytemplify/logging_utils.py
pytemplify/main.py
pytemplify/manual_sections.py
pytemplify/parser_loader.py
pytemplify/pattern_matcher.py
pytemplify/py.typed
pytemplify/renderer.py
pytemplify.egg-info/PKG-INFO
pytemplify.egg-info/SOURCES.txt
pytemplify.egg-info/dependency_links.txt
pytemplify.egg-info/entry_points.txt
pytemplify.egg-info/requires.txt
pytemplify.egg-info/top_level.txt
pytemplify/data_helpers/__init__.py
pytemplify/data_helpers/base.py
pytemplify/data_helpers/context.py
pytemplify/data_helpers/loader.py
pytemplify/data_helpers/ordering.py
pytemplify/data_helpers/proxy.py
pytemplify/data_helpers/smart_dict.py
pytemplify/data_helpers/wrapper.py
pytemplify/filters/__init__.py
pytemplify/filters/collection_filters.py
pytemplify/filters/formatting_filters.py
pytemplify/filters/string_filters.py
pytemplify/filters/utility_filters.py
pytemplify/formatting/__init__.py
pytemplify/formatting/base.py
pytemplify/formatting/builtin.py
pytemplify/formatting/command.py
pytemplify/formatting/manager.py
pytemplify/formatting/formatters/__init__.py
pytemplify/formatting/formatters/black.py
pytemplify/formatting/formatters/clang.py
pytemplify/formatting/formatters/prettier.py
pytemplify/generator/__init__.py
pytemplify/generator/base_generator.py
pytemplify/generator/config_file_loader.py
pytemplify/generator/generation_helpers.py
pytemplify/generator/generic_generator.py
pytemplify/generator/path_resolver.py
pytemplify/generator/renderer_configurator.py
pytemplify/generator/schema_validator.py
pytemplify/generator/template_config.py
pytemplify/generator/templates-schema.json
pytemplify/generator/utils.py
pytemplify/generator/validation_integration.py
pytemplify/skills/__init__.py
pytemplify/skills/installer.py
pytemplify/skills/registry.py
pytemplify/validation/__init__.py
pytemplify/validation/base.py
pytemplify/validation/cmake_manager.py
pytemplify/validation/helpers.py
pytemplify/validation/interactive.py
pytemplify/validation/project_scanner.py
pytemplify/validation/registry.py
pytemplify/validation/runner.py
pytemplify/validation/schema.py
pytemplify/validation/templates/gtest/CMakeLists.txt.j2
pytemplify/validation/templates/gtest/CMakeLists_batch.txt.j2
pytemplify/validation/validators/__init__.py
pytemplify/validation/validators/file_validator.py
pytemplify/validation/validators/gtest_validator.py
pytemplify/validation/validators/json_validator.py
scripts/__init__.py
scripts/manual_sections_cli.py
scripts/mygen_init.py
scripts/yagen.py
scripts/yagen_init.py