Flask-WeasyPrint
Simon Sapin,
I just released Flask-WeasyPrint, a new Flask extension that integrates WeasyPrint in your Flask app.
You could see it as just an optimization: is by-passes the network for URLs (stylesheet, images, …) that are in the same Flask app.
Quick facts:
- BSD licensed
- Python 2.6 or 2.7 only
- Latest documentation on python.org
- Source, issues and pull requests on Github
- Releases on PyPI