Skip to content

A Python API framework for use as a base for the creation of API wrappers featuring strongly typed data structures through Pydantic.

License

Notifications You must be signed in to change notification settings

Aryathel/ApiFramework

Repository files navigation

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.

About

A Python API framework for use as a base for the creation of API wrappers featuring strongly typed data structures through Pydantic.

Topics

Resources

License

Stars

Watchers

Forks

Languages