LICENSE
README.md
pyproject.toml
src/frameplot/__init__.py
src/frameplot/api.py
src/frameplot/model.py
src/frameplot/theme.py
src/frameplot.egg-info/PKG-INFO
src/frameplot.egg-info/SOURCES.txt
src/frameplot.egg-info/dependency_links.txt
src/frameplot.egg-info/requires.txt
src/frameplot.egg-info/top_level.txt
src/frameplot/layout/__init__.py
src/frameplot/layout/order.py
src/frameplot/layout/place.py
src/frameplot/layout/rank.py
src/frameplot/layout/route.py
src/frameplot/layout/scc.py
src/frameplot/layout/text.py
src/frameplot/layout/types.py
src/frameplot/layout/validate.py
src/frameplot/render/__init__.py
src/frameplot/render/png.py
src/frameplot/render/svg.py
tests/test_rendering.py