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 have Pipenv installed. Then, you can install the dependencies with:
pipenv install --devAfter that, activate the virtual environment:
pipenv shellYou 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.