Metadata-Version: 2.1
Name: IPythonDisplayTurtle
Version: 0.0.7
Summary: Turtles using IPython Display
Home-page: https://github.com/pypa/sampleproject
Author: Atahan Ozturk
Author-email: atahan012000@gmail.com
License: UNKNOWN
Description: # IPythonDisplayTurtle
        An implementation of the classic turtle module mainly implemented using IPython.display, IPython.HTML, and paperscript. Can be used with Jupyter Notebooks, and in places where ipywidgets are not supported. Only requires one way communication to work, so great for remote server cases.
        
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Requires-Python: >=3.6
Description-Content-Type: text/markdown
