Metadata-Version: 2.1
Name: gbsl-turtle
Version: 0.0.13
Summary: Typed default turtle for gym gsbl
Home-page: https://github.com/GBSL-Informatik/gbsl_turtle
Author: Balthasar Hofer
Author-email: lebalz@outlook.com
License: UNKNOWN
Description: # GBSL Turtle
        
        Ermöglicht Typ-Hinweise für das Standard-Turtle modul
        
        ### Package and upload to pip
        
        
        ```sh
        rm -rf build/ dist/ gbsl_turtle.egg-info/
        python3 setup.py sdist bdist_wheel
        python3 -m twine upload dist/*
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.2
Description-Content-Type: text/markdown
