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
Guillaume Ayoub da96902bda Fix many PEP8 errors and warnings
- Put line breaks after operators (that's OK)
- Don't assign lambdas, use functions (well, that's really explicit in
  PEP8, it's really verbose but why not)
- Put imports at the beginning of the file (only special cases for us)
2016-01-15 12:48:25 +01:00
docs Fix a typo 2015-09-03 12:20:12 -04:00
weasyprint Fix many PEP8 errors and warnings 2016-01-15 12:48:25 +01: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 Don't launch tests on pypy anymore 2015-12-17 11:18:37 +01:00
AUTHORS Merge branch 'pdf-attachments' from PR #177 2014-04-27 17:56:02 +01:00
CHANGES Version 0.25 2015-12-17 12:01:34 +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 Document Python 3.3 support. 2012-10-19 12:42:40 +02:00
setup.cfg Add flake8 to tox tests. 2014-04-27 12:30:20 +01:00
setup.py Replace utf8 with utf-8 for gettext compatibility 2015-11-25 09:38:01 +02:00
tox.ini Add flake8 to tox tests. 2014-04-27 12:30:20 +01: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 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.6+ or 3.1+
* Website: http://weasyprint.org/
* Latest documentation: http://weasyprint.org/docs/
* Source code and issue tracker: https://github.com/Kozea/WeasyPrint