HTTPX OAuth¶
Async OAuth client using HTTPX
Documentation: https://frankie567.github.io/httpx-oauth/
Source Code: https://github.com/frankie567/httpx-oauth
Installation¶
Contributors ✨¶
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Development¶
Setup environment¶
We use Hatch to manage the development environment and production build. Ensure it's installed on your system.
Run unit tests¶
You can run all the tests with:
Format the code¶
Execute the following command to apply isort
and black
formatting:
Serve the documentation¶
You can serve the documentation locally with the following command:
The documentation will be available on http://localhost:8000.
License¶
This project is licensed under the terms of the MIT license.