aboutsummaryrefslogtreecommitdiff
path: root/python/python3-weasyprint/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-weasyprint_2023-12-04@lockywolf.net>2023-12-05 13:45:25 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-06 10:09:31 +0700
commit22678fe1fbebc47e7f2eae33e8e8a242191cbb78 (patch)
tree11447b42d37231a2f1679278785e6106b52f4c35 /python/python3-weasyprint/README
parenteda3a3abe3fad7e6e262930b42a658ea661c9ff0 (diff)
python/python3-weasyprint: Added (The Awesome Document Factory).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-weasyprint/README')
-rw-r--r--python/python3-weasyprint/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python3-weasyprint/README b/python/python3-weasyprint/README
new file mode 100644
index 0000000000..67b8db4685
--- /dev/null
+++ b/python/python3-weasyprint/README
@@ -0,0 +1,12 @@
+WeasyPrint is a smart solution helping web developers to create PDF
+documents. It turns simple HTML pages into gorgeous statistical reports,
+invoices, tickets…
+
+From a technical point of view, 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.