Connect Reports Core
is the kernel package for handling reports on CloudBlue Connect Ecosystem.
This library is reponsible for validation of reports definition, choosing of renderer for parsing process and writing results of reports execution.
Connect Reports Core
requires python 3.9 or later and has the following dependencies:
- openpyxl >=2.5.14
- WeasyPrint >=59,<64
- Jinja2 >=2,<4
- jsonschema >=3,<5
- pytz *
- lxml >=4.9
- orjson >=3.5.2,<4
- plotly >=5.9.0,<6
- kaleido >=0.4,<1
Connect Reports Core
can be installed from pypi.org using pip:
$ pip install connect-reports-core
On MacOs:
- Install system dependencies
brew install py3cairo pango
- Create virtualenv
- Install project dependencies
pip install poetry
poetry update
- Run tests
poetry run pytest
Connect Reports Core
is released under the Apache License Version 2.0.