Metadata-Version: 2.1
Name: LimeReport-qt-6-4
Version: 1.7.7.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: LGPLv3
Classifier: Environment :: X11 Applications :: Qt
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Description-Content-Type: text/markdown
License-File: COPYING.lgpl3
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
```
