CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
SECURITY.md
pyproject.toml
docs/API.md
docs/README.md
docs/migration-1.1.md
docs/parity.md
docs/performance.md
docs/security.md
docs/api/annotations.md
docs/api/canvas.md
docs/api/charts.md
docs/api/exceptions.md
docs/api/layout.md
docs/api/render.md
docs/api/render_response.md
docs/api/render_to_file.md
docs/api/styling.md
docs/api/themes.md
docs/architecture/serverless.md
docs/deployment/aws-lambda.md
docs/deployment/docker.md
docs/deployment/netlify.md
docs/deployment/railway.md
docs/deployment/render.md
docs/deployment/vercel.md
docs/deployment/vps.md
docs/guides/customization.md
tests/conftest.py
tests/corpus_v101.py
tests/helpers.py
tests/test_annotations.py
tests/test_axes_grid.py
tests/test_backward_compat_v101.py
tests/test_fonts.py
tests/test_layout.py
tests/test_legend.py
tests/test_new_charts.py
tests/test_object_api.py
tests/test_parity.py
tests/test_qa_regressions.py
tests/test_render.py
tests/test_scaling.py
tests/test_style_config.py
tests/test_themes.py
tests/test_transparency.py
tests/baselines/v101.json
yorillow/__init__.py
yorillow/__main__.py
yorillow/annotations.py
yorillow/canvas.py
yorillow/elements.py
yorillow/font.py
yorillow/layout.py
yorillow/palettes.py
yorillow/render.py
yorillow/style.py
yorillow/styles.py
yorillow/svg.py
yorillow/validate.py
yorillow.egg-info/PKG-INFO
yorillow.egg-info/SOURCES.txt
yorillow.egg-info/dependency_links.txt
yorillow.egg-info/entry_points.txt
yorillow.egg-info/requires.txt
yorillow.egg-info/top_level.txt
yorillow/charts/__init__.py
yorillow/charts/area.py
yorillow/charts/bar.py
yorillow/charts/base.py
yorillow/charts/box_plot.py
yorillow/charts/candlestick.py
yorillow/charts/heatmap.py
yorillow/charts/histogram.py
yorillow/charts/line.py
yorillow/charts/pie.py
yorillow/charts/radar.py
yorillow/charts/scatter.py
yorillow/charts/step.py