Metadata-Version: 2.1
Name: JoBase
Version: 0.7
Summary: Python Educational Resource
Home-page: https://github.com/HopeGrey/JoBase
Author: Reuben Grey Ford
Author-email: info@jobase.org
License: UNKNOWN
Description: # JoBase
        
        JoBase is a Python module. It is an extention of the Python Arcade Library. JoBase is aimed at beginner coders - the code is simple and easy to use.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install JoBase.
        
        ```bash
        pip install JoBase
        ```
        
        ## Get Started
        
        To get started, follow the three steps at [jobase.org](http://jobase.org/).
        
        ## License
        
        [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
