1
0
mirror of https://github.com/python-LimeReport/python-LimeReport.git synced 2025-09-01 15:53:43 +03:00
Go to file
2024-07-25 16:36:26 +03:00
.devcontainer add cpptools to devcontainer 2023-07-30 11:01:57 +03:00
.github fix actions 2024-07-25 16:01:35 +03:00
build_scripts chore 2023-07-30 10:11:38 +03:00
cibuildwheel fix: add qt 6.7.2 support (#7) 2024-07-25 15:33:28 +03:00
LimeReport@e833461923 chore: bump version 2024-07-21 09:59:41 +03:00
patches fix: remove 001_correct_version.patch 2024-05-08 19:36:18 +03:00
scripts fix logic of bum_version script 2024-05-02 12:31:35 +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 rename package 2023-08-29 10:58:15 +03:00
CMakeLists.txt feat: add windows wheel build (#5) 2024-03-16 17:06:29 +03: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
init.py feat: add windows wheel build (#5) 2024-03-16 17:06:29 +03:00
MANIFEST.in add sources via MANIFEST.in 2023-07-29 23:19:25 +03:00
pyproject.toml fix: add qt 6.7.2 support (#7) 2024-07-25 15:33:28 +03:00
pyside_config.py feat: add windows wheel build (#5) 2024-03-16 17:06:29 +03:00
README.md chore 2023-07-30 10:11:38 +03:00
setup.cfg chore: bump version 2024-07-25 16:36:26 +03:00
setup.py fix: add qt 6.7.2 support (#7) 2024-07-25 15:33:28 +03:00

Python bindings for LimeReport

🚧 work in progress 🚧

Build

  1. Setup devcontainer.

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