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 b680963c91 Don't store dummy context in Layout
This has an amazing results on memory: -15% when rendering the first page
of the HTML5 spec.
2016-11-02 01:02:10 +01:00
docs Change lxml link 2016-10-25 18:15:56 +02:00
weasyprint Don't store dummy context in Layout 2016-11-02 01:02:10 +01:00
.coveragerc Fix the Variable Dimension rules, add tests. 2012-07-02 18:15:57 +02:00
.gitignore Ignore .cache 2016-08-20 23:07:55 +02:00
.gitmodules Use the RTD theme 2016-02-21 02:13:05 +01:00
.pylintrc Better reporting of image errors. 2011-12-26 11:48:40 +01:00
.travis.yml Officially drop support of Python 2.6, 3.1 and 3.2 2016-07-28 18:25:12 +02:00
AUTHORS Update AUTHORS and CHANGES 2016-02-11 23:14:23 +01:00
CHANGES Update changelog 2016-08-28 16:24:12 +02:00
LICENSE 2014. 2014-01-10 14:27:02 +00: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.rst Officially drop support of Python 2.6, 3.1 and 3.2 2016-07-28 18:25:12 +02:00
setup.cfg enable universal wheels 2016-07-19 13:31:17 +01:00
setup.py Officially drop support of Python 2.6, 3.1 and 3.2 2016-07-28 18:25:12 +02:00
weasyprint.py Move the whole 'weasy' package to 'weasyprint' 2012-02-14 12:49:33 +01:00

WeasyPrint
##########

.. image:: https://img.shields.io/pypi/l/WeasyPrint.svg?style=flat-square
    :target: https://pypi.python.org/pypi/WeasyPrint/
    :alt: License

.. image:: http://img.shields.io/pypi/v/WeasyPrint.svg?style=flat-square
    :target: https://pypi.python.org/pypi/WeasyPrint/
    :alt: Latest Version

.. image:: http://img.shields.io/pypi/dm/WeasyPrint.svg?style=flat-square
    :target: https://pypi.python.org/pypi/WeasyPrint/
    :alt: Download

.. image:: http://img.shields.io/travis/Kozea/WeasyPrint.svg?style=flat-square
    :target: http://travis-ci.org/Kozea/WeasyPrint
    :alt: Build status

|

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.7 or 3.3+
* Website: http://weasyprint.org/
* Latest documentation: http://weasyprint.org/docs/
* Source code and issue tracker: https://github.com/Kozea/WeasyPrint