New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-reports-core

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-reports-core

Connect Reports Core

  • 34.0
  • PyPI
  • Socket score

Maintainers
1

Connect Reports Core

pyversions PyPi Status Build Connect Reports Core Quality Gate Status Coverage Maintainability Rating

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 using pip:
$ pip install connect-reports-core

Testing

On MacOs:

  • Install system dependencies
brew install py3cairo pango
  • Create virtualenv
  • Install project dependencies
pip install poetry
poetry update
  • Run tests
poetry run pytest

License

Connect Reports Core is released under the Apache License Version 2.0.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc