1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00
The awesome document factory
Go to file
2012-04-27 10:58:15 +02:00
fireweasy Port fireweasy to the new API 2012-03-15 20:00:23 +01:00
weasyprint Use the new cssselect. 2012-04-27 10:58:15 +02:00
.coveragerc Tests n’ fixes. Lots of them. 2012-04-03 11:34:29 +02:00
.gitignore Tests n’ fixes. Lots of them. 2012-04-03 11:34:29 +02:00
.pylintrc Better reporting of image errors. 2011-12-26 11:48:40 +01:00
AUTHORS Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
CHANGES Implement inline tables. 2012-04-12 17:20:57 +02:00
LICENSE Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
MANIFEST.in Add LICENSE to the tarballs 2012-03-21 23:54:55 +01:00
pytest.ini Use the faster native tracebacks in pytest. 2012-03-24 21:32:15 +01:00
README Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
setup.py Use the new cssselect. 2012-04-27 10:58:15 +02:00
tox.ini Use the released tinycss in tox. 2012-03-25 01:55:48 +01:00
weasyprint.py Move the whole 'weasy' package to 'weasyprint' 2012-02-14 12:49:33 +01:00

WeasyPrint is a visual rendering engine for HTML and CSS that can export
to PDF. It aims to support web standards for printing. WeasyPrint is free
software released under the BSD license.

It is based on various libraries for parsing, text and drawing but **not**
on full a rendering engines like WebKit on Gecko. The CSS visual rendering
is written in Python and meant to be easy to hack on.

See the website and documentation at http://weasyprint.org/