Metadata-Version: 2.1
Name: JoBase
Version: 1.2
Summary: Python Game Library
Home-page: https://jobase.org
Author: Reuben Grey Ford
Author-email: info@jobase.org
License: UNKNOWN
Description: ![alt text](https://jobase.org/resources/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 Pyglet library.
        
        ## 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 steps at [jobase.org](https://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
