Metadata-Version: 2.1
Name: Placeholdr
Version: 0.0.2
Summary: Placeholdr is a flexible and powerful Python template engine for dynamic substitution of values in templates.
Author: Dekel Cohen
Author-email: <dcohen52@gmail.com>
Keywords: python,template engine,templating,web development,template,dynamic templates,template inheritance,control structures,filters,reusability,custom tags,macros,Placeholdr
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

The Placeholdr template engine is a robust and versatile Python library, specifically designed 
to facilitate the seamless integration of placeholders within templates and their subsequent substitution with actual 
values. Boasting an intuitive syntax and an extensive array of features, Placeholdr empowers developers to craft dynamic, 
tailor-made templates for a wide variety of web applications.


For more information and examples, check out Placeholdr's documentation (coming soon) and Github 
repository at https://github.com/Dcohen52/Placeholdr.
