AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
curver/__init__.py
curver/load.py
curver.egg-info/PKG-INFO
curver.egg-info/SOURCES.txt
curver.egg-info/dependency_links.txt
curver.egg-info/not-zip-safe
curver.egg-info/requires.txt
curver.egg-info/top_level.txt
curver/application/__init__.py
curver/application/main.py
curver/application/options.py
curver/application/pieces.py
curver/application/vector.py
curver/application/icon/icon.gif
curver/application/icon/icon.ico
curver/application/icon/icon.svg
curver/application/icon/icon.tex
curver/kernel/__init__.py
curver/kernel/arc.py
curver/kernel/crush.py
curver/kernel/curve.py
curver/kernel/curvegraph.py
curver/kernel/decorators.py
curver/kernel/encoding.py
curver/kernel/finite.py
curver/kernel/homology.py
curver/kernel/lamination.py
curver/kernel/mappingclassgroup.py
curver/kernel/moves.py
curver/kernel/partition.py
curver/kernel/permutation.py
curver/kernel/structures.py
curver/kernel/triangulation.py
curver/kernel/twist.py
curver/kernel/utilities.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/api/curver.rst
docs/dev/authors.rst
docs/dev/contributing.rst
docs/dev/philosophy.rst
docs/dev/todo.rst
docs/images/app_g_power.png
docs/templates/summary.rst
docs/user/citing.rst
docs/user/history.rst
docs/user/install.rst
docs/user/intro.rst
docs/user/quickstart.rst
docs/user/references.rst
docs/user/representations.rst
docs/user/surfaces.rst
tests/arc.py
tests/base_classes.py
tests/conftest.py
tests/crush.py
tests/curve.py
tests/encoding.py
tests/finite.py
tests/homology.py
tests/lamination.py
tests/mappingclassgroup.py
tests/permutation.py
tests/strategies.py
tests/structures.py
tests/triangulation.py
tests/twist.py
tests/utilities.py