.flake8
.hgignore
.pylintrc
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
appveyor.yml
requirements-dev.txt
setup.cfg
setup.py
tox.ini
curver/__init__.py
curver/__main__.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/convert.txt
curver/application/icon/icon.aux
curver/application/icon/icon.gif
curver/application/icon/icon.ico
curver/application/icon/icon.log
curver/application/icon/icon.pdf
curver/application/icon/icon.svg
curver/application/icon/icon.tex
curver/application/icon/texput.log
curver/kernel/__init__.py
curver/kernel/arc.py
curver/kernel/crush.py
curver/kernel/curve.py
curver/kernel/curvegraph.py
curver/kernel/encoding.py
curver/kernel/error.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/traintrack.py
curver/kernel/triangulation.py
curver/kernel/twist.py
curver/kernel/utilities.py
docs/Makefile
docs/conf.py
docs/curver.application.rst
docs/curver.kernel.rst
docs/curver.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/_build/html/_images/app_g_power.png
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/dev/authors.rst
docs/dev/contributing.rst
docs/dev/philosophy.rst
docs/dev/todo.rst
docs/figures/sphere.svg
docs/figures/sphere.tex
docs/figures/surface.svg
docs/figures/surface.tex
docs/images/app_g_power.png
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/surfaces.rst
tests/conftest.py
tests/strategies.py
tests/test_arc.py
tests/test_crush.py
tests/test_curve.py
tests/test_encoding.py
tests/test_homology.py
tests/test_lamination.py
tests/test_mappingclassgroup.py
tests/test_permutation.py
tests/test_structures.py
tests/test_triangulation.py
tests/test_twist.py
tests/test_utilities.py