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
scripts/__init__.py
scripts/apidoc.py
scripts/exampledoc.py
scripts/version_check.py
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
stylo/color/__init__.py
stylo/color/colormap.py
stylo/color/colorspaces.py
stylo/domain/__init__.py
stylo/domain/_factory.py
stylo/domain/helpers.py
stylo/domain/rectangular.py
stylo/domain/square.py
stylo/domain/transform/__init__.py
stylo/domain/transform/rotation.py
stylo/domain/transform/shear.py
stylo/domain/transform/translation.py
stylo/image/__init__.py
stylo/image/simple.py
stylo/shape/__init__.py
stylo/shape/basic.py
stylo/shape/shape.py
stylo/testing/__init__.py
stylo/testing/_factory.py
stylo/testing/domain.py
stylo/testing/examples.py
stylo/testing/shape.py
stylo/testing/strategies.py
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