summaryrefslogtreecommitdiffstats
path: root/libraries/python2-reportlab/README
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2022-11-05 13:23:42 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:14 +0700
commitbe9ebe8e506d116711bf4e9db7473253a222e092 (patch)
tree19a7b165d562b6785782735177f03e4183d7902b /libraries/python2-reportlab/README
parent66a7d7c87c53654c5d76e8eaade3a471b1f50801 (diff)
downloadslackbuilds-be9ebe8e506d116711bf4e9db7473253a222e092.tar.gz
slackbuilds-be9ebe8e506d116711bf4e9db7473253a222e092.tar.xz
libraries/python2-reportlab: Added (Python2 PDF generation toolkit).
Renamed from reportlab. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python2-reportlab/README')
-rw-r--r--libraries/python2-reportlab/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/libraries/python2-reportlab/README b/libraries/python2-reportlab/README
new file mode 100644
index 0000000000..43391124d9
--- /dev/null
+++ b/libraries/python2-reportlab/README
@@ -0,0 +1,23 @@
+The ReportLab Open Source PDF library is a proven industry-strength
+python-based PDF generating solution, suitable for web publishers,
+developers or creative design professionals who need to quickly and
+easily create or automate complex (even data-driven) documents.
+It is released by ReportLab Inc., under BSD license.
+
+It includes binary extensions (previously available separately)
+_rl_accel and renderPM
+
+It has the following features:
+- create professional portable documents
+- real document layout engine (Platypus)
+- flowable objects (paragraphs headlines tables images graphics etc)
+- arbitrary Type-1 fonts
+- bitmap images, vector graphics
+- library of reusable primitive shapes
+- extensible widget library
+- layered architecture
+- includes simple demos and more complex tools
+- allows for any data sources
+- strong community support
+- platform-independent
+- includes PythonPoint - PDF Presentation Tool