Merge pull request #7 from sampingantech/enhancement/migrate-to-poetry

enchancement: migrate to poetry and upgrade depedencies
tree: 947a73aed91da8d9a443bd7a30573b72bb156518
  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