LICENSE
README.md
pyproject.toml
src/svgsmith/__init__.py
src/svgsmith/__main__.py
src/svgsmith/classify.py
src/svgsmith/cli.py
src/svgsmith/pipeline.py
src/svgsmith/postprocess.py
src/svgsmith/preprocess.py
src/svgsmith/render.py
src/svgsmith/report.py
src/svgsmith/smooth.py
src/svgsmith/verify.py
src/svgsmith.egg-info/PKG-INFO
src/svgsmith.egg-info/SOURCES.txt
src/svgsmith.egg-info/dependency_links.txt
src/svgsmith.egg-info/entry_points.txt
src/svgsmith.egg-info/requires.txt
src/svgsmith.egg-info/top_level.txt
src/svgsmith/engines/__init__.py
src/svgsmith/engines/base.py
src/svgsmith/engines/binary.py
src/svgsmith/engines/color.py
tests/test_classify.py
tests/test_cli.py
tests/test_corpus.py
tests/test_engines.py
tests/test_pipeline.py
tests/test_postprocess.py
tests/test_preprocess.py
tests/test_render.py
tests/test_report.py
tests/test_verify.py