LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
shapix/__init__.py
shapix/cli.py
shapix.egg-info/PKG-INFO
shapix.egg-info/SOURCES.txt
shapix.egg-info/dependency_links.txt
shapix.egg-info/entry_points.txt
shapix.egg-info/requires.txt
shapix.egg-info/top_level.txt
shapix/core/__init__.py
shapix/core/base.py
shapix/rendering/__init__.py
shapix/rendering/renderer.py
shapix/shapes/__init__.py
shapix/shapes/angle.py
shapix/shapes/circle.py
shapix/shapes/line.py
shapix/shapes/point.py
shapix/shapes/triangle.py
shapix/syntax/__init__.py
shapix/syntax/exporter.py
shapix/syntax/parser.py
shapix/utils/__init__.py