MANIFEST.in
README.rst
setup.py
p5/__init__.py
p5/__main__.py
p5.egg-info/PKG-INFO
p5.egg-info/SOURCES.txt
p5.egg-info/dependency_links.txt
p5.egg-info/requires.txt
p5.egg-info/top_level.txt
p5/core/__init__.py
p5/core/color.py
p5/core/primitives.py
p5/core/structure.py
p5/core/transforms.py
p5/opengl/__init__.py
p5/opengl/renderer.py
p5/opengl/shader.py
p5/opengl/support.py
p5/pmath/__init__.py
p5/pmath/curves.py
p5/pmath/matrix.py
p5/pmath/vector.py
p5/sketch/__init__.py
p5/sketch/base.py
p5/sketch/events.py
p5/tmp/__init__.py
p5/tmp/euclid.py