Async OAuth client using HTTPX
Documentation: https://frankie567.github.io/httpx-oauth/
Source Code: https://github.com/frankie567/httpx-oauth
pip install httpx-oauthYou should create a virtual environment and activate it:
python -m venv venv/source venv/bin/activateAnd then install the development dependencies:
pip install -r requirements.dev.txtYou can run all the tests with:
make testAlternatively, you can run pytest yourself:
pytestExecute the following command to apply isort and black formatting:
make formatThis project is licensed under the terms of the MIT license.