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-03-22 23:26:09 +01:00
fireweasy Port fireweasy to the new API 2012-03-15 20:00:23 +01:00
weasyprint Naive implementation of inline-block evelements 2012-03-22 23:26:09 +01:00
.coveragerc Don't cover NotImplementedErrors 2011-11-05 00:53:04 +01:00
.gitignore Ignore the virtualenv directory advised in the documentation. 2012-03-15 16:00:09 +01: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 Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01: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 Don’t require pytest-cov 2012-02-20 14:06:29 +01:00
README Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
setup.py Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
tox.ini Fix setup and tox for Python 3.1 2012-03-05 14:59:07 +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/