.dockerignore
.gitignore
CHANGELOG.md
Dockerfile
LICENSE
README.md
RELEASING.md
docker-compose.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/fastapi_app.py
src/charthandler/__init__.py
src/charthandler/chart.py
src/charthandler/exceptions.py
src/charthandler/output.py
src/charthandler/py.typed
src/charthandler/spec.py
src/charthandler/rendering/__init__.py
src/charthandler/rendering/base.py
src/charthandler/rendering/pillow.py
src/charthandler/rendering/plot_data.py
src/charthandler/rendering/registry.py
src/charthandler/rendering/scale.py
src/charthandler/rendering/svg.py
src/pythoncharthandler.egg-info/PKG-INFO
src/pythoncharthandler.egg-info/SOURCES.txt
src/pythoncharthandler.egg-info/dependency_links.txt
src/pythoncharthandler.egg-info/requires.txt
src/pythoncharthandler.egg-info/top_level.txt
tests/test_charthandler.py