.coveragerc
.pre-commit-config.yaml
.travis.yml
AUTHORS
ChangeLog
LICENSE
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
arcade_curtains/__init__.py
arcade_curtains/animation.py
arcade_curtains/event.py
arcade_curtains/helpers.py
arcade_curtains/scene.py
arcade_curtains.egg-info/PKG-INFO
arcade_curtains.egg-info/SOURCES.txt
arcade_curtains.egg-info/dependency_links.txt
arcade_curtains.egg-info/not-zip-safe
arcade_curtains.egg-info/pbr.json
arcade_curtains.egg-info/requires.txt
arcade_curtains.egg-info/top_level.txt
assets/anchor.gif
assets/animation_maker.gif
assets/observe.gif
assets/pokimans.gif
assets/theatre.gif
examples/__init__.py
examples/anchor.py
examples/animation_chain.py
examples/animation_maker.py
examples/animation_move.py
examples/animation_sequence.py
examples/click.py
examples/down.py
examples/drag.py
examples/example_helpers.py
examples/hover.py
examples/observable.py
examples/out.py
examples/pokimans.py
examples/theatre.py
examples/up.py
tests/__init__.py
tests/conftest.py
tests/test_animation.py
tests/test_events.py
tests/test_helpers.py
tests/test_scene.py