Metadata-Version: 2.1
Name: PyCurseForge
Version: 1.0.0.post2
Summary: A python wrapper for the (hidden) CurseForge API
Home-page: https://github.com/XuaTheGrate/PyCurseForge
Author: XuaTheGrate
License: MIT
Description: # PyCurseForge
        
        A thin Python wrapper around the (hidden) CurseForge API.
        
        > 1.0.0 adds native support for the Minecraft interface, future interfaces planned (or can be PR'd if desired)
        
        See the ``examples`` folder for basic usage of the API.
        
        ## Installation
        This wrapper is available on PyPI:
        ```
        # Windows
        py -3 -m pip install PyCurseForge
        
        # Linux, MacOS or other
        pip3 install PyCurseForge
        ```
        Or if you want the development version, install via GitHub (requires ``Git`` to be installed and on PATH):
        ```
        py -3 -m pip install git+https://github.com/XuaTheGrate/PyCurseForge
        
        pip3 install git+https://github.com/XuaTheGrate/PyCurseForge
        ```
        
        ## Ammendment
        Pull requests are welcome any time.
        If you need to contact me for any reason, please join [the official discord.py server](https://discord.gg/dpy/) and ping ``Maya#0006`` in ``#general``.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
