1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
The awesome document factory
Go to file
2012-06-29 11:40:00 +02:00
weasyprint Merge branch 'float' into 'master' 2012-06-29 11:40:00 +02:00
.coveragerc Tests n’ fixes. Lots of them. 2012-04-03 11:34:29 +02:00
.gitignore Fix borders on inline boxes split by a block inside. 2012-06-06 13:27:50 +02:00
.pylintrc Better reporting of image errors. 2011-12-26 11:48:40 +01:00
.travis.yml Add config for travis-ci.org 2012-05-07 13:31:23 +02:00
AUTHORS Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
CHANGES Add a missing changelog entry for 0.10 2012-06-25 16:42:09 +02:00
LICENSE Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
MANIFEST.in Install tests with all resources 2012-05-07 13:33:43 +02: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 Install tests with all resources 2012-05-07 13:33:43 +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/