1
0
mirror of https://github.com/python-LimeReport/python-LimeReport.git synced 2025-09-01 15:53:43 +03:00
Go to file
2023-07-30 08:39:10 +03:00
.devcontainer add ability to set timezone via .env 2023-07-29 22:46:51 +03:00
build_scripts prepare the project for distribution 2023-07-29 11:39:17 -07:00
LimeReport@6a623a9ecb initial commit 2023-07-15 22:18:53 +03:00
.gitignore prepare the project for distribution 2023-07-29 11:39:17 -07:00
.gitmodules initial commit 2023-07-15 22:18:53 +03:00
bindings.h chore: add copyright 2023-07-30 08:39:10 +03:00
bindings.xml chore: add copyright 2023-07-30 08:39:10 +03:00
CMakeLists.txt prepare the project for distribution 2023-07-29 11:39:17 -07:00
COPYING.gpl3 chore: add license files 2023-07-29 00:32:50 -07:00
COPYING.lgpl3 chore: add license files 2023-07-29 00:32:50 -07:00
MANIFEST.in add sources via MANIFEST.in 2023-07-29 23:19:25 +03:00
README.md prepare the project for distribution 2023-07-29 11:39:17 -07:00
setup.cfg prepare the project for distribution 2023-07-29 11:39:17 -07:00
setup.py chore: add copyright 2023-07-30 08:39:10 +03:00

Python bindings for LimeReport

🚧 work in progress 🚧

Build

Default:

$ python setup.py build --parallel $(nproc) bdist_wheel

With zint (for barcodes):

$ LIMEREPORT_USE_ZINT=TRUE python setup.py build --parallel $(nproc) bdist_wheel