mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
xhtml2pdf is officially deprecated in favor of WeasyPrint
This commit is contained in:
parent
e5601f568e
commit
a936fd1d2d
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [MarkupSafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python.
|
||||
* [pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML.
|
||||
* [untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access.
|
||||
* [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf) - HTML/CSS to PDF converter.
|
||||
* [WeasyPrint](http://weasyprint.org) - A visual rendering engine for HTML and CSS that can export to PDF.
|
||||
* [xmldataset](https://xmldataset.readthedocs.io) - Simple XML Parsing.
|
||||
* [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.
|
||||
|
||||
|
|
Loading…
Reference in a new issue