1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
The awesome document factory
Go to file
2018-08-29 21:05:44 +02:00
docs Use console instead of bat for Windows code blocks 2018-08-23 21:57:52 +02:00
weasyprint Prevent RuntimeError 2018-08-29 21:05:44 +02:00
.coveragerc Change coverage configuration 2018-03-12 01:01:12 +01:00
.gitignore Merge branch 'master' into test 2018-03-20 10:45:46 +01:00
.gitmodules Use the RTD theme 2016-02-21 02:13:05 +01:00
.isort.cfg Set THIRDPARTY tag on modules unknown to isort 2018-08-24 16:48:41 +02:00
.travis.yml Fix font installation on Travis' macOS 2018-03-30 00:22:28 +02:00
AUTHORS Update AUTHORS and CHANGES 2016-02-11 23:14:23 +01:00
CHANGES Fix typo in CHANGES 2017-12-26 15:51:04 +01:00
LICENSE Use the real BSD 3-clause file in the repository 2018-04-10 13:44:15 +02:00
MANIFEST.in Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
README.rst Use setup.cfg instead of setup.py for package metadata 2018-08-23 18:20:36 +02:00
setup.cfg Use setup.cfg instead of setup.py for package metadata 2018-08-23 18:20:36 +02:00
setup.py Use setup.cfg instead of setup.py for package metadata 2018-08-23 18:20:36 +02:00
weasyprint.py Move the whole 'weasy' package to 'weasyprint' 2012-02-14 12:49:33 +01:00

WeasyPrint
##########

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 3.4+
* Website: https://weasyprint.org/
* Documentation: https://weasyprint.readthedocs.io/
* Source code and issue tracker: https://github.com/Kozea/WeasyPrint
* Tests: https://travis-ci.org/Kozea/WeasyPrint