Metadata-Version: 2.1
Name: Flask-WeasyPrint
Version: 0.6
Summary: Make PDF in your Flask app with WeasyPrint.
Home-page: https://github.com/SimonSapin/Flask-WeasyPrint
Author: Simon Sapin
Author-email: simon.sapin@exyr.org
License: BSD
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Flask
Requires-Dist: WeasyPrint (>=0.12)

Flask-WeasyPrint
================

Make PDF with WeasyPrint_ in your Flask_ app.

* BSD licensed
* Python 2.6, 2.7 and 3.3
* Latest documentation `on python.org`_
* Source, issues and pull requests `on Github`_
* Releases `on PyPI`_

.. _Flask: http://flask.pocoo.org/
.. _WeasyPrint: http://weasyprint.org/
.. _on python.org: http://packages.python.org/Flask-WeasyPrint/
.. _on Github: https://github.com/SimonSapin/Flask-WeasyPrint/
.. _on PyPI: http://pypi.python.org/pypi/Flask-WeasyPrint


