Metadata-Version: 2.1
Name: frostii-api
Version: 0.1.3
Summary: An API wrapper for frostii api.
Home-page: UNKNOWN
Author: Alex Hutz
Author-email: frostiiweeb@gmail.com
License: MIT
Keywords: image,image api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5.3
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (>=3.7.3)

# frostii-api

An API wrapper for frostii-api.

# Installation

```shell
python3 -m pip install frostii-api
```

## Example

```python
import frostiiapi

frostii_api = frostiiapi.Client("Your API token") # If you dont have a token, get one from https://frostii-api.herokuapp.com/

# Always Has been

await frostii_api.alwayshasbeen(text="Your Text Here")
```

