Metadata-Version: 2.1
Name: abstract_turtle
Version: 0.2.1
Summary: Reimplementation of the builtin turtle module that allows for arbitrary backends.
Home-page: https://github.com/kavigupta/abstract_turtle
Author: Kavi Gupta
Author-email: abstract_turtle@kavigupta.org
License: UNKNOWN
Download-URL: https://github.com/kavigupta/abstract_turtle/archive/0.2.1.zip
Description: # abstract_turtle
        Reimplementation of python's turtle module that allows for arbitrary backends for rendering
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: pillow_canvas
