CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/about.rst
docs/changes.rst
docs/glossary.rst
docs/index.rst
docs/contributing/index.rst
docs/contributing/code/code-style.rst
docs/contributing/code/index.rst
docs/contributing/code/reference/domain-system.rst
docs/contributing/docs/index.rst
docs/contributing/docs/the-build.rst
docs/contributing/reference/apidoc.rst
docs/contributing/reference/exampledoc.rst
docs/contributing/reference/index.rst
docs/contributing/reference/tox.rst
docs/contributing/tutorials/add-an-example.rst
docs/contributing/tutorials/index.rst
docs/extending/index.rst
docs/extending/reference/index.rst
docs/extending/tutorials/cartesian-conversion.rst
docs/extending/tutorials/index.rst
docs/extending/tutorials/polar-conversion.rst
docs/extending/tutorials/writing-domain-implementation.rst
docs/maths/cartesian-coordinates.rst
docs/maths/index.rst
docs/maths/numbers.rst
docs/maths/polar-coordinates.rst
docs/using/index.rst
docs/using/reference/index.rst
docs/using/tutorials/adv-domain-system.rst
docs/using/tutorials/index.rst
stylo/__init__.py
stylo/_version.py
stylo/utils.py
stylo.egg-info/PKG-INFO
stylo.egg-info/SOURCES.txt
stylo.egg-info/dependency_links.txt
stylo.egg-info/not-zip-safe
stylo.egg-info/requires.txt
stylo.egg-info/top_level.txt
tests/__init__.py
tests/test_utils.py
tests/domain/__init__.py
tests/domain/test_rectangular.py
tests/domain/test_square.py
tests/domain/transforms/__init__.py
tests/domain/transforms/test_rotation.py
tests/domain/transforms/test_shear.py
tests/domain/transforms/test_translation.py
tests/drawable/__init__.py
tests/examples/__init__.py
tests/examples/test_pacman.py
tests/shape/__init__.py
tests/shape/test_basic.py