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 11bf0c72ef Merge pull request #423 from andreas-p/master
Warn broken cairo version
2017-02-07 10:45:23 +01:00
docs Add a paragraph in docs about presentational hints 2016-12-06 09:56:04 +01:00
weasyprint Warn broken cairo version 2017-02-06 16:57:54 +01:00
.coveragerc Fix the Variable Dimension rules, add tests. 2012-07-02 18:15:57 +02:00
.gitignore Update .gitignore 2016-11-27 21:46:55 +01: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 Try to fix the travis script 2016-11-20 22:14:37 +01:00
AUTHORS Update AUTHORS and CHANGES 2016-02-11 23:14:23 +01:00
CHANGES Version 0.34 2016-12-21 01:11:23 +01: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 Remove the broken "downloads/month" badge 2016-11-21 23:02:32 +01:00
setup.cfg Don't build universal wheels 2016-11-27 21:46:30 +01:00
setup.py Avoid CairoSVG-2.0.0rc* on Python 2 2016-12-06 10:21:50 -08: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