Metadata-Version: 2.1
Name: JoBase
Version: 0.6
Summary: A simple Python library.
Home-page: https://github.com/ReubenGrey/JoBase
Author: Reuben Grey Ford
Author-email: info@jobase.org
License: UNKNOWN
Description: # JoBase
        
        JoBase is a Python library. 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, download the template.py file at [jobase.org](https://jobase.org/). Once you have the file, visit our [tutorials](https://jobase.org/tutorials/) page to begin.
        
        ## 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
