LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/CLASP_COMPATIBILITY.md
docs/LogoLanguage.md
docs/Py3Logo.md
docs/TODO.md
docs/UCBManual.md
docs/api.md
docs/implementation_plan_todo.md
docs/index.md
docs/license.md
docs/test_oo.md
docs/tests.md
examples/bench.logo
examples/bench.ucblogo
examples/bench2.ucblogo
examples/chaser.logo
examples/factorial.logo
examples/population.logo
examples/racer.logo
examples/spawn.logo
examples/square_root.logo
examples/squares.logo
examples/test.logo
examples/notused/pascal.logo
examples/notused/regression-environment.logo
examples/notused/regression.logo
examples/notused/turing.logo
py3logo/__init__.py
py3logo/builtins.py
py3logo/common.py
py3logo/ide.py
py3logo/init.logo
py3logo/interpreter.py
py3logo/logo_turtle.py
py3logo/logodoctest.py
py3logo/objectintrospect.py
py3logo/oobuiltins.py
py3logo/reader.py
py3logo/script.py
py3logo/ucbcompat.py
py3logo.egg-info/PKG-INFO
py3logo.egg-info/SOURCES.txt
py3logo.egg-info/dependency_links.txt
py3logo.egg-info/entry_points.txt
py3logo.egg-info/requires.txt
py3logo.egg-info/top_level.txt
py3logo/defs/defs.html
py3logo/defs/defs.txt
py3logo/defs/turtle.logodef
tests/test_doctests.py