A package for creating reports and other pdf documents.
Project description
Pyreportgen
This is a pyton library for creating reports and other content in the form of a pdf using python.
Requirements.
wkhtmltopdf
Example
import pyreportgen as rg
import pyreportgen.layout as layout
report = rg.Report([
rg.Header("Hello World"),
rg.Text("This is a sample of how to use pyreportgen"),
Layout.HBox([
rg.Text("This is a paragraph in a box."),
rg.Text("These will be placed next to each other"),
rg.Text("All the boxes will have equal space regardless of content.")
])
])
report.pdf("out.pdf")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyreportgen-0.1.14.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyreportgen-0.1.14.tar.gz.
File metadata
- Download URL: pyreportgen-0.1.14.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7921bf51f54f3c8093b9b3c38bda2bb3b35583bd3bd5600b07eb702b4976eaa5
|
|
| MD5 |
debbe94d213f968a09c0a8e0e32d9186
|
|
| BLAKE2b-256 |
df40d0057aafc291bf726345cdc0b877f9ea49f3dc84b10cd38e04f04e1d85c1
|
File details
Details for the file pyreportgen-0.1.14-py3-none-any.whl.
File metadata
- Download URL: pyreportgen-0.1.14-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed4d0c4a4dd01f8b1927cd62ac5c0307c5550ffee1a73f6b8d9e079eeed05c8c
|
|
| MD5 |
f68d907ff634a1fca35ac3d2c4c26a4b
|
|
| BLAKE2b-256 |
0024467add7ed6bda704a1fc12253cf0217c7c67513d8fbc050bf821e9a540c9
|