Extra utilities for authx, including session, profiler & caching ✨
Source Code: https://github.com/yezz123/authx-extra
Documentation: https://authx.yezz.me/
Features 🔧
Development 🚧
Setup environment 📦
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 -e .[test,lint]
Run tests 🌝
You can run all the tests with:
bash scripts/docker.sh
Format the code 🍂
Execute the following command to apply pre-commit
formatting:
bash scripts/format.sh
Links 🚧
License 📝
This project is licensed under the terms of the MIT License.