add unordered list
1 file changed
tree: df7d1400c8c4c550fed55d6ea5f3e29e37d46957
  1. casbin_databases_adapter/
  2. tests/
  3. .gitignore
  4. Makefile
  5. mypy.ini
  6. README.md
  7. requirements-test.txt
  8. requirements.txt
README.md

Databases Casbin Adapter

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

Commands

  • make install to install all required depedencies writtern in requirements.txt and requirements-test.txt
  • make check to run mypy
  • make test to run unit test that written using pytest