Adafruit_CircuitPython_TemplateEngine

Templating engine to substitue variables into a template string. Templates can also include conditional logic and loops. Often used for web pages.

MIT License

Downloads
323
Stars
0
Committers
2

Bot releases are hidden (Show)

Adafruit_CircuitPython_TemplateEngine - Improved Error Handling Latest Release

Published by FoamyGuy 6 months ago

What's Changed

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine/compare/1.2.0...2.0.0

Adafruit_CircuitPython_TemplateEngine - Improved Syntax Error Handling

Published by FoamyGuy 8 months ago

Adafruit_CircuitPython_TemplateEngine - 1.1.0 - Whitespace Control

Published by FoamyGuy 10 months ago

This release contains new whitespace control parameters that mimic behavior from Jinja2. Other improvements and internal refactoring are included as well. Thank you @michalpokusa

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-templateengine.

Read the docs for info on how to use it.

What's Changed

New Contributors

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine/compare/1.0.1...1.1.0

Adafruit_CircuitPython_TemplateEngine - 1.0.1 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 11 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine/compare/1.0.0...1.0.1

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-templateengine.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TemplateEngine - 1.0.0 Initial Release

Published by FoamyGuy about 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-templateengine.

Read the docs for info on how to use it.

Package Rankings
Top 36.52% on Pypi.org
Related Projects