1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00
The awesome document factory
Go to file
Guillaume Ayoub aef454122b Small fix
2013-09-14 10:24:40 +02:00
docs Add PDF metadata parsed from HTML. Fix #77. 2013-07-22 00:13:11 +01:00
weasyprint Small fix 2013-09-14 10:24:40 +02:00
.coveragerc Fix the Variable Dimension rules, add tests. 2012-07-02 18:15:57 +02:00
.gitignore Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
.pylintrc Better reporting of image errors. 2011-12-26 11:48:40 +01:00
.travis.yml Do not upgrade to cairo 1.12 on travis 2012-07-19 11:55:14 +02:00
AUTHORS Add Pierre-Alain Mignot to AUTHORS. 2013-06-28 18:36:00 +01:00
CHANGES Changelog for v0.19.2 2013-06-18 16:40:18 +01:00
LICENSE 2013 2013-04-03 16:23:48 +02:00
MANIFEST.in Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
pytest.ini Upgrade background-position to Level 3. 2013-03-25 18:59:18 +01:00
README Document Python 3.3 support. 2012-10-19 12:42:40 +02:00
setup.cfg Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
setup.py Image loading: only swallow exception related to fetching or decoding. 2013-06-20 22:06:47 +01:00
tox.ini Test in cairo 1.8 and 1.10 with tox 2013-06-18 12:48:48 +01:00
Vagrantfile Add a Vagrant file to test in Ubuntu 10.04 2012-07-31 12:03:29 +02: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 made available under a BSD license.

It is based on various libraries but *not* on a full rendering engine like
WebKit or Gecko. The CSS layout engine is written in Python, designed for
pagination, and meant to be easy to hack on.

* Free software: BSD licensed
* Python 2.6+ or 3.1+
* Website: http://weasyprint.org/
* Latest documentation: http://weasyprint.org/docs/
* Source code and issue tracker: https://github.com/Kozea/WeasyPrint