Metadata-Version: |
2.1 |
Name: |
flask_weasyprint |
Version: |
1.1.0 |
Summary: |
Make PDF in your Flask app with WeasyPrint |
Author-Email: |
Simon Sapin <simon.sapin[at]exyr.org> |
Maintainer-Email: |
CourtBouillon <contact[at]courtbouillon.org> |
Project-Url: |
Changelog, https://github.com/Kozea/Flask-WeasyPrint/releases |
Project-Url: |
Code, https://github.com/Kozea/Flask-WeasyPrint |
Project-Url: |
Documentation, https://doc.courtbouillon.org/flask-weasyprint |
Project-Url: |
Donation, https://opencollective.com/courtbouillon |
Project-Url: |
Homepage, https://doc.courtbouillon.org/flask-weasyprint/ |
Project-Url: |
Issues, https://github.com/Kozea/Flask-WeasyPrint/issues |
Keywords: |
html,css,pdf,converter,flask,weasyprint |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.7 |
Requires-Dist: |
flask (>=2.3.0) |
Requires-Dist: |
weasyprint (>=53.0) |
Requires-Dist: |
sphinx; extra == "doc" |
Requires-Dist: |
sphinx_rtd_theme; extra == "doc" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
isort; extra == "test" |
Requires-Dist: |
flake8; extra == "test" |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |