Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 3.37 KB

README.rst

File metadata and controls

95 lines (70 loc) · 3.37 KB

Arya's API Framework

Docs RTFD - Docs Build Status
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Activity Github - Last Commit Maintenance PyPI - Downloads
QA CodeFactor - Grade
Other GitHub - License GitHub - Top Language

This is a simple package that is meant to be a Pydantic implementation for a basic RESTful API interaction client. This includes both sync and async usages.

Installation

Synchronous implementation - if you aren't sure, you probably want this:

python -m pip install arya-api-framework[sync]

Asynchronous implementation:

python -m pip install arya-api-framework[async]

Documentation

https://apiframework.readthedocs.io/en/latest/

TODO Features

https://apiframework.readthedocs.io/en/latest/#todo-features

Citation

Credit for documentation infrastructure goes to Rapptz and the discord.py team. The documentation for this project is a modified version of their custom theme.