CHANGES.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/about.rst
docs/changes.rst
docs/glossary.rst
docs/index.rst
docs/contributing/index.rst
docs/contributing/get-started/index.rst
docs/contributing/reference/apidoc.rst
docs/contributing/reference/branching-policy.rst
docs/contributing/reference/code-style.rst
docs/contributing/reference/documentation-build.rst
docs/contributing/reference/index.rst
docs/contributing/reference/release-process.rst
docs/contributing/reference/setup-py.rst
docs/contributing/reference/tox.rst
docs/contributing/tutorials/fork-the-repo.rst
docs/contributing/tutorials/index.rst
docs/contributing/tutorials/open-an-issue.rst
docs/contributing/tutorials/set-up-devenv.rst
docs/extending/index.rst
docs/extending/examples/index.rst
docs/extending/examples/pacman.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/circle.rst
docs/using/reference/ellipse.rst
docs/using/reference/implicit_xy.rst
docs/using/reference/index.rst
docs/using/reference/line.rst
docs/using/tutorials/adv-domain-system.rst
docs/using/tutorials/basics-1.rst
docs/using/tutorials/index.rst
scripts/__init__.py
scripts/apidoc.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/color/fill.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/transform.py
stylo/domain/transform/translation.py
stylo/image/__init__.py
stylo/image/image.py
stylo/image/layered.py
stylo/image/simple.py
stylo/shape/__init__.py
stylo/shape/basic.py
stylo/shape/curves.py
stylo/shape/shape.py
stylo/testing/__init__.py
stylo/testing/_factory.py
stylo/testing/color.py
stylo/testing/domain.py
stylo/testing/image.py
stylo/testing/shape.py
stylo/testing/strategies.py
stylo/time/__init__.py
stylo/time/clock.py
stylo/time/event.py
stylo/time/timeline.py
tests/__init__.py
tests/test_utils.py
tests/color/__init__.py
tests/color/test_fill.py
tests/domain/__init__.py
tests/domain/test_rectangular.py
tests/domain/test_square.py
tests/domain/transform/__init__.py
tests/domain/transform/test_rotation.py
tests/domain/transform/test_shear.py
tests/domain/transform/test_transform.py
tests/domain/transform/test_translation.py
tests/drawable/__init__.py
tests/image/test_layered.py
tests/image/test_simple.py
tests/shape/__init__.py
tests/shape/test_basic.py
tests/shape/test_curves.py
tests/shape/test_shape.py
tests/time/__init__.py
tests/time/test_timeline.py