mirror of
https://github.com/python-LimeReport/python-LimeReport.git
synced 2025-09-01 15:53:43 +03:00
.devcontainer | ||
build_scripts | ||
LimeReport@6a623a9ecb | ||
.gitignore | ||
.gitmodules | ||
bindings.h | ||
bindings.xml | ||
CMakeLists.txt | ||
COPYING.gpl3 | ||
COPYING.lgpl3 | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py |
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