Metadata-Version: 2.1
Name: asuna_api
Version: 0.3.2
Summary: An async python wrapper for the asuna api
Author-email: JDJG3493 <jdjgbot@gmail.com>
License: MIT
Project-URL: repository, https://github.com/Senarc-Studios/asuna_api
Keywords: wrapper,api,random
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: yarl

# asuna_api
Python wrapper for asuna.ga
I'm not the creator of asuna api, and some of the code came from the [iDutchy some-random-api project](https://github.com/iDutchy/sr_api) so credits to them.
Credits to iDutchy for the Original source and Thank You for letting me use your code.

For any questions and support for the wrapper, you can visit the [Discord support server](https://discord.gg/eVQH2ZRYpz "JDJG3493's Server") or DM me on Discord at jdjg. 

[Alternative Discord Server](https://discord.gg/fVTguWrhxY)

# Getting Started:
To begin with, you'll have to install the package by doing one of the following commands:
```shell
pip install -U asuna-api
```
```shell
python -m pip -U install asuna-api
```

Or you can install directly from source by doing one of the following commands:
```shell
pip install -U git+https://github.com/Senarc-Studios/asuna_api
```
```shell
python -m pip install -U git+https://github.com/Senarc-Studios/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/Senarc-Studios/asuna_api/blob/main/DOCUMENTATION.md)
