Metadata-Version: 2.4
Name: citry
Version: 0.1.0
Summary: Framework-agnostic component engine for HTML templating
Author-email: Juro Oravec <juraj.oravec.josefson@gmail.com>
License: MIT
Project-URL: Homepage, https://citry.dev
Project-URL: Repository, https://github.com/citry-dev/citry
Project-URL: Changelog, https://github.com/citry-dev/citry/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/citry-dev/citry/issues
Keywords: citry,components,frontend,html,web development,templating,template engine
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4.0,>=3.10
Requires-Dist: citry-core>=1.3.0
Requires-Dist: wrapt>=1.16
Requires-Dist: markupsafe>=2.1
Requires-Dist: typing-extensions>=4.4
Provides-Extra: watcher-watchfiles
Requires-Dist: watchfiles>=1.0; extra == "watcher-watchfiles"
Provides-Extra: watcher-watchdog
Requires-Dist: watchdog>=4.0; extra == "watcher-watchdog"
