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 d4357e5a4a Copy styles for split boxes
This fixes blocks split between pages and inlines boxes split by block boxes.

Increases memory usage, related to #70.
2017-08-17 07:54:14 +02:00
docs Unprefix properties defined in specifications 2017-08-17 07:42:42 +02:00
weasyprint Copy styles for split boxes 2017-08-17 07:54:14 +02:00
.coveragerc Fix coveragerc 2017-07-30 14:03:17 +02:00
.gitignore Add tests cache into gitignore 2017-06-30 23:08:30 +02:00
.gitmodules Use the RTD theme 2016-02-21 02:13:05 +01:00
.isort.cfg Set isort's multi_line_output value in configuration 2017-06-03 15:32:31 +02:00
.pylintrc Better reporting of image errors. 2011-12-26 11:48:40 +01:00
.travis.yml Fix the build on Travis with Python 3.6 2017-08-10 18:29:12 +02:00
AUTHORS Update AUTHORS and CHANGES 2016-02-11 23:14:23 +01:00
CHANGES Version 0.39 2017-06-24 14:17:13 +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
README.rst Remove the broken "downloads/month" badge 2016-11-21 23:02:32 +01:00
setup.cfg Use isort in tests 2017-03-25 00:33:36 +01:00
setup.py Depend on cssselect2>=0.1 2017-07-07 11:49:29 +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/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