Metadata-Version: 2.4
Name: zenplate
Version: 0.2.0
Summary: A pluggable CLI templating tool leveraging the powers of Jinja2 and YAML
Author-email: Cam Ratchford <camratchford@gmail.com>
Project-URL: Homepage, https://github.com/camratchford/zenplate
Project-URL: Source, https://github.com/camratchford/zenplate
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: byoconfig==1.2.3
Requires-Dist: Jinja2==3.1.2
Requires-Dist: PyYAML==6.0.1
Requires-Dist: typer==0.15.1
Provides-Extra: development
Requires-Dist: mkdocs; extra == "development"
Requires-Dist: mkdocs-material; extra == "development"
Requires-Dist: ruff; extra == "development"
Requires-Dist: pytest; extra == "development"
Requires-Dist: build; extra == "development"
Requires-Dist: twine; extra == "development"
Dynamic: license-file
