A attribute-based access control(ABAC) system implemention. Project name inspired by Touhou-Project 红美铃.
# directly install
pip install .
# install by wheel
python -m build
pip install meirin-*.whl
Start Web API server:
meirin # through console script
python -m meirin # through module entry
- Swagger UI http://localhost:8000/docs
- ReDoc http://localhost:8000/redoc