Metadata-Version: 2.1
Name: asuna-api
Version: 0.2.2
Summary: An async python wrapper for the asuna api
Home-page: https://github.com/JDJGInc/asuna_api
Author: JDJGIncOfficial
Author-email: jdjgbot@gmail.com
License: MIT
Download-URL: https://github.com/JDJGInc/asuna_api/archive/0.0.6.tar.gz
Description: # asuna_api
        Python wrapper for asuna.ga
        I am not the creator the asuna api, and some of this code came from the iDutchy some-random-api project so credits to them.
        Credits to iDutchy for the Original source.
        
        For any questions and support for the wrapper, you can visit the [Discord support server](https://discord.gg/sHUQCch "JDJG Inc. Official's Blooper Server")
        
        # Getting Started:
        To begin with, you'll have to install the package by doing one of the following commands:
        - `pip install -U asuna-api`
        - `python -m pip -U install asuna-api`
        
        Or you can install directly from source by doing one of the following commands:
        - `pip install -U git+https://github.com/JDJGInc/asuna_api`
        - `python -m pip install -U git+https://github.com/JDJGInc/asuna_api`
        
        After that, you will have to create the client:
        ```python
        import asuna_api
        
        client = asuna_api.Client()
        ```
        For full usage, please read the [documentation](https://github.com/JDJGInc/asuna_api/blob/main/DOCUMENTATION.md)
        
Keywords: wrapper,api,random
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
