License
ReadMe.md
pyproject.toml
src/svg_path_editor/__init__.py
src/svg_path_editor/path_change_origin.py
src/svg_path_editor/path_operations.py
src/svg_path_editor/path_parser.py
src/svg_path_editor/py.typed
src/svg_path_editor/sub_path_bounds.py
src/svg_path_editor/svg.py
src/svg_path_editor.egg-info/PKG-INFO
src/svg_path_editor.egg-info/SOURCES.txt
src/svg_path_editor.egg-info/dependency_links.txt
src/svg_path_editor.egg-info/requires.txt
src/svg_path_editor.egg-info/top_level.txt
tests/test_path.py
tests/test_path_change_origin.py
tests/test_path_optimize.py
tests/test_path_parser.py
tests/test_path_reverse.py
tests/test_readme.py
tests/test_transform.py