Metadata-Version: 2.1
Name: jturtle
Version: 0.0.3
Summary: Simple Jupyter Turtle Library
Home-page: https://github.com/shwars/jturtle
Author: Dmitri Soshnikov
Author-email: dmitri@soshnikov.com
License: MIT license
Description: # jturtle
        
        ### Simple Python Jupyter Turtle library 
        
        This library contains simple turtle library suitable for Jupyter Notebooks. Unlike other similar 
        libraries that require installation of Jupyter Notebook extensions to enable real-time drawing, this
        one relies purely on `matplotlib` functionality to do the drawing. Thus, it does not support real-time
        drawing, but instead it contains a feature to show step-by-step drawing process as a series of plots.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown; charset=UTF-8
