Metadata-Version: 2.1
Name: JoBase
Version: 1.0
Summary: Python Educational Resource
Home-page: http://jobase.org
Author: Reuben Grey Ford
Author-email: info@jobase.org
License: UNKNOWN
Description: ![alt text](http://jobase.org/jobase_web_1.0/images/logo.png)
        
        JoBase is aimed at beginner coders who want to make games with Python.
        It has been built to make coding fun and intuitive.
        JoBase is built on the Arcade library.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install JoBase.
        
        ```bash
        
        pip install JoBase
        
        ```
        
        If you want to install via GitHub instead, make sure you download the Arcade library as well.
        
        ## Get Started
        
        To get started, follow the 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
