Metadata-Version: 2.1
Name: LimeReport-qt-6-4-Z
Version: 1.7.8.dev1
Summary: Python bindings for LimeReport
Home-page: https://github.com/python-LimeReport/python-LimeReport
Author: Maxim Slipenko
Author-email: python-limereport@maks1ms.anonaddy.com
License: GPLv3
Classifier: Environment :: X11 Applications :: Qt
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: COPYING.gpl3
Requires-Dist: PySide6==6.4.*
Requires-Dist: shiboken6==6.4.*

Python bindings for [LimeReport](https://github.com/fralx/LimeReport)

🚧 work in progress 🚧

## Build

0. Setup devcontainer.
1.

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
```
