.gitignore
.pylintrc
.readthedocs.yml
CODE_OF_CONDUCT.md
LICENSE
README.rst
adafruit_turtle.py
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/release.yml
adafruit_circuitpython_turtle.egg-info/PKG-INFO
adafruit_circuitpython_turtle.egg-info/SOURCES.txt
adafruit_circuitpython_turtle.egg-info/dependency_links.txt
adafruit_circuitpython_turtle.egg-info/requires.txt
adafruit_circuitpython_turtle.egg-info/top_level.txt
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/_static/favicon.ico
examples/turtle_benzene.py
examples/turtle_circle.py
examples/turtle_circle_hex.py
examples/turtle_dots.py
examples/turtle_hilbert.py
examples/turtle_koch.py
examples/turtle_manual_hex.py
examples/turtle_overlayed_koch.py
examples/turtle_sierpinski.py
examples/turtle_simpletest.py
examples/turtle_square.py
examples/turtle_star.py
examples/turtle_swirl.py