Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quokkaproject/flask-htmlbuilder
Builds HTML from Python (recovered from local installation since original was deleted)
https://github.com/quokkaproject/flask-htmlbuilder
Last synced: 4 months ago
JSON representation
Builds HTML from Python (recovered from local installation since original was deleted)
- Host: GitHub
- URL: https://github.com/quokkaproject/flask-htmlbuilder
- Owner: quokkaproject
- License: bsd-3-clause
- Created: 2015-03-02T21:10:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:44:09.000Z (about 2 years ago)
- Last Synced: 2024-09-08T05:56:32.054Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-html - quokkaproject/flask-htmlbuilder
- awesome-python-html - quokkaproject/flask-htmlbuilder
README
===============================
flask-htmlbuilder
===============================.. image:: https://img.shields.io/travis/quokkaproject/flask-htmlbuilder.svg
:target: https://travis-ci.org/quokkaproject/flask-htmlbuilder.. image:: https://img.shields.io/pypi/v/flask-htmlbuilder.svg
:target: https://pypi.python.org/pypi/flask-htmlbuilderHTML builder for Python and Flask
Flask-HTMLBuilder
~~~~~~~~~~~~~~~~~Flask-HTMLBuilder is a Flask extension that allows flexible and easy
Python-only generation of HTML snippets and full HTML documents using a
robust syntax. For more advanced usage it provides a lean template
inheritance system that is intertwined with the Flask/Werkzeug endpoint
mechanisms.
Forked from: http://majorz.github.com/flask-htmlbuilder/