AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
cassowary/__init__.py
cassowary/edit_info.py
cassowary/error.py
cassowary/expression.py
cassowary/simplex_solver.py
cassowary/tableau.py
cassowary/utils.py
cassowary.egg-info/PKG-INFO
cassowary.egg-info/SOURCES.txt
cassowary.egg-info/dependency_links.txt
cassowary.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/releases.rst
docs/internals/contributing.rst
docs/internals/releases.rst
docs/internals/roadmap.rst
docs/reference/reference.rst
docs/topics/examples.rst
docs/topics/theory.rst
tests/__init__.py
tests/test_constraint.py
tests/test_end_to_end.py
tests/test_expression.py
tests/test_simplex_solver.py
tests/test_tableau.py
tests/test_variable.py