Metadata-Version: 2.1 Name: ibis Version: 3.3.0 Summary: A template engine for people who enjoy the simpler things in life. Home-page: https://github.com/dmulholl/ibis Author: Darren Mulholland License: Public Domain Classifier: Programming Language :: Python :: 3 Classifier: Development Status :: 5 - Production/Stable Classifier: Operating System :: OS Independent Classifier: License :: Public Domain Classifier: Intended Audience :: Developers Classifier: Topic :: Text Processing :: General Classifier: Topic :: Text Processing :: Markup :: HTML Requires-Python: >=3.8 Ibis ==== A template engine for people who enjoy the simpler things in life. Features: * Django/Jinja-style syntax. * Supports looping, conditionals, filters, template inheritance. * Extensible. Easily add custom template tags and filters. * Self-contained, no dependencies. Use as a drop-in component in any project. * Public domain code. No license compatibility issues. Sample syntax::