Metadata-Version: 2.1
Name: yarsaw
Version: 1.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://namantech.me/yarsaw/
Project-URL: Source, https://github.com/BruceCodesGithub/yarsaw
Project-URL: Tracker, https://github.com/BruceCodesGithub/yarsaw/issues
Description: # 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.0`
        
        (stable)
        - Added help to functions
        - 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
        
        Make sure to read the docs at [https://namantech.me/yarsaw](https://namantech.me/yarsaw/).
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
