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