Metadata-Version: 2.2
Name: chartlets
Version: 0.1.0
Summary: Backend for server-configured UI contributions.
Author: chartlets Development Team
License: MIT
Project-URL: Documentation, https://bcdev.github.io/chartlets
Project-URL: Repository, https://github.com/bcdev/chartlets
Project-URL: Changelog, https://github.com/bcdev/chartlets/blob/main/chartlets.py/CHANGES.md
Keywords: dashboard,charts,vega,altair,plots
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: opt
Requires-Dist: altair; extra == "opt"
Provides-Extra: dev
Requires-Dist: altair; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: requests-mock; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: hatch; extra == "dev"
Provides-Extra: doc
Requires-Dist: mkdocs; extra == "doc"
Requires-Dist: mkdocs-material; extra == "doc"
Requires-Dist: mkdocstrings; extra == "doc"
Requires-Dist: mkdocstrings-python; extra == "doc"
Provides-Extra: demo
Requires-Dist: altair; extra == "demo"
Requires-Dist: pyaml; extra == "demo"
Requires-Dist: pandas; extra == "demo"
Requires-Dist: tornado; extra == "demo"

# Chartlets 

[![CI](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/backend-ci.yml)
[![codecov](https://codecov.io/gh/bcdev/chartlets/graph/badge.svg?token=zJBPMFvnpg&flag=backend)](https://codecov.io/gh/bcdev/chartlets)
[![PyPI](https://img.shields.io/pypi/v/chartlets)](https://pypi.org/project/chartlets/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Chartlets is a software framework that allows websites developed with
React to be extended by server-side widgets programmed in Python or other
programming languages. 

This is the **Python backend library** of the framework.

For details refer to the [documentation](https://bcdev.github.io/chartlets/).
