Metadata-Version: 2.1
Name: gdmodloader
Version: 0.1.1
Summary: ModLoader for Geometry Dash, written in Python
Home-page: https://github.com/SpookyBear0/gdmodloader
Author: SpookyBear0
Author-email: collinmcarroll@gmail.com
License: MIT
Project-URL: Documentation, https://gdmodloader.readthedocs.io/en/latest
Project-URL: Issue tracker, https://github.com/SpookyBear0/gdmodloader/issues
Description: gdmodloader
        ============
        
        .. image:: https://img.shields.io/badge/License-MIT-green.svg
            :target: https://opensource.org/licenses/MIT
            :alt: Project License
        
        .. image:: https://img.shields.io/pypi/v/gdmodloader.svg
            :target: https://pypi.python.org/pypi/gdmodloader
            :alt: PyPI Library Version
        
        .. image:: https://img.shields.io/pypi/pyversions/gdmodloader.svg
            :target: https://pypi.python.org/pypi/gdmodloader
            :alt: Required Python Versions
        
        .. image:: https://img.shields.io/pypi/status/gdmodloader.svg
            :target: https://github.com/SpookyBear0/gdmodloader/blob/master/gdmodloader
            :alt: Project Development Status
        
        .. image:: https://img.shields.io/pypi/dw/gdmodloader.svg
            :target: https://pypi.python.org/pypi/gdmodloader
            :alt: Library Downloads/Week
        
        .. image:: https://readthedocs.org/projects/gdmodloader/badge/?version=latest
            :target: https://gdmodloader.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        gd.modloader is a library that implements modloader for Geometry Dash.
        
        Key Features
        ------------
        
        - Modern Pythonic API
        - Easy to Use SDK
        
        Installing
        ----------
        
        **Python 3.6 or higher is required**
        
        Before installation, make sure you have latest ``gd.py`` version:
        
        .. code:: sh
        
            py -3 -m pip install -U https://github.com/NeKitDS/gd.py/archive/master.zip
        
        To install the library, you can just run the following command:
        
        .. code:: sh
        
            # Windows
            py -3 -m pip install -U gdmodloader
        
        Development Version
        -------------------
        
        You can install development version from GitHub:
        
        .. code:: sh
        
            pip install -U https://github.com/SpookyBear0/gdmodloader/archive/master.zip
        
        Quick example
        -------------
        
        .. code:: python
        
            import gdmodloader
        
            ...
        
        You can find more examples in examples directory.
        
        Authors
        -------
        
        This project is mainly developed by `SpookyBear0 <https://github.com/SpookyBear0>`_
        
        Links
        -----
        
        - `Geometry Dash Discord Server <https://discord.gg/xkgrP29>`_
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: docs
