https://github.com/cloudblue/connect-reports-core
https://github.com/cloudblue/connect-reports-core
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudblue/connect-reports-core
- Owner: cloudblue
- License: apache-2.0
- Created: 2021-03-10T09:22:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-15T11:49:36.000Z (8 months ago)
- Last Synced: 2026-01-06T13:59:18.326Z (5 months ago)
- Language: Python
- Size: 374 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect Reports Core
 [](https://pypi.org/project/connect-reports-core/) [](https://github.com/cloudblue/connect-reports-core/actions/workflows/build.yml) [](https://sonarcloud.io/dashboard?id=cloudblue_connect-reports-core) [](https://sonarcloud.io/dashboard?id=cloudblue_connect-reports-core) [](https://sonarcloud.io/dashboard?id=cloudblue_connect-reports-core)
## Introduction
`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.
## Install
`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](https://pypi.org/project/connect-reports-core/) using pip:
```
$ pip install connect-reports-core
```
## Testing
On MacOs:
* Install system dependencies
```commandline
brew install py3cairo pango
```
* Create virtualenv
* Install project dependencies
```commandline
pip install poetry
poetry update
```
* Run tests
```commandline
poetry run pytest
```
## License
``Connect Reports Core`` is released under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).