Metadata-Version: 2.4
Name: jturtle
Version: 0.0.5
Summary: Simple Jupyter Turtle Library
Home-page: https://github.com/shwars/jturtle
Author: Dmitri Soshnikov
Author-email: dmitri@soshnikov.com
License: MIT license
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
License-File: LICENSE
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# 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.

