1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 12:46:15 +03:00
The awesome document factory
Go to file
2012-09-19 15:11:02 +02:00
docs Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
weasyprint Tag v0.14 2012-08-03 17:55:14 +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 tests and changelog for the new media_type API. 2012-08-02 13:59:44 +02:00
CHANGES Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
LICENSE Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00
MANIFEST.in Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
pytest.ini Ignore /env and /venv 2012-07-29 22:23:29 +02:00
README Fix the same typo as in #4. 2012-07-30 09:09:57 +03:00
setup.cfg Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
setup.py Switch to gdk-pixbuf for raster images instead of Pystacia. 2012-07-28 22:11:28 +02:00
tox.ini Merge branch 'master' into pixbuf 2012-07-29 18:42:48 +02: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 the `BSD license
<https://github.com/Kozea/WeasyPrint/blob/master/LICENSE>`_.

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

* Free software: BSD licensed
* Python 2.6+ or 3.x
* Website and documentation: http://weasyprint.org/
* Source code `on GitHub <https://github.com/Kozea/WeasyPrint>`_
* Issue tracker `on Redmine
  <http://redmine.kozea.fr/projects/weasyprint/issues>`_