fix: fix semantic version
2 files changed
tree: 9511f0cd18a9e42378e1298b88c28a22bb5bde9e
  1. casbin_databases_adapter/
  2. tests/
  3. .gitignore
  4. .python-version
  5. Makefile
  6. mypy.ini
  7. poetry.lock
  8. poetry.toml
  9. pyproject.toml
  10. README.md
  11. setup.py
README.md

Databases Casbin Adapter

This is an Adapter for PyCasbin that implemented using Databases connection to achieve async process

Commands

  • make check to run mypy
  • make test to run unit test that written using pytest