Metadata-Version: 2.1
Name: yarsaw
Version: 1.2.0
Summary: An async wrapper for the Random Stuff API
Home-page: UNKNOWN
Author: Bruce
Author-email: brucealt69@gmail.com
License: MIT
Project-URL: Documentation, https://yarsaw.namantech.me/
Project-URL: Source, https://github.com/BruceCodesGithub/yarsaw
Project-URL: Tracker, https://github.com/BruceCodesGithub/yarsaw/issues
Keywords: random-stuff-api rsa yarsaw prsaw randomstuff ai-chatbot covid weather jokes
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# Yet Another Random Stuff API Wrapper - YARSAW

YARSAW is an Async Python API Wrapper for the [Random Stuff API](https://api-info.pgamerx.com). This module makes it simpler for you to interact with the API and is easy to implement into your application.

**Make sure to get an API Key from [here](https://api-info.pgamerx.com/register.html) before trying to access this module.**

## Changes

### `1.2`
(stable)

- Updated Docs - now view it [here](https://yarsaw.namantech.me/)
    - Uses ReadTheDocs.
    - Uses Sphinx instead of MKDocs
    - Updated the docs to be more readable.
    - Is updated automatically with docstrings.
    - Covers all the methods. Fixed minor mistakes.
- Created a `Utils` class, added `format_joke()` and `generate_uid()` to the `Utils`.
- Added docstrings to all the methods.
- Better code style.
- Updated many other things.

### `1.0`

(stable)
- Updated docs
- Renamed functions in `Client()`
    - `ai` -> `get_ai_response()`
    - `joke` -> `get_joke()`
    - `fact` -> `get_fact()`
    - `waifu` -> `get_waifu()`
    - `image` -> `get_image()`
    - `covid` -> `get_covid_stats()`
    - `weather` -> `get_weather()`

- Added new function `generate_uid()`
- Many more changes


## Documentation

[Read the Documention here](https://yarsaw.namantech.me/)

## Contributing 
To contribute, fork the [Official Repository](https://github.com/BruceCodesGithub/yarsaw/) and make a pull request.


