GitHub - pk82869/casbin-python-client: A python client for casbin-server. https://github.com/casbin/casbin-server · GitHub
Skip to content

pk82869/casbin-python-client

Folders and files

Repository files navigation

Python client for Casbin Server

casbin-python-client is Python's client for Casbin-Server. Casbin-Server is the Access Control as a Service (ACaaS) solution based on Casbin.

Installation

pip install -r requirements.txt

Generating Proto Files

Run the following command inside the casbin-server folder to generate new proto files.

python -m grpc_tools.protoc -I proto/ --python_out=$PATH_TO_CASBIN_PYTHON_CLIENT --grpc_python_out=$PATH_TO_CASBIN_PYTHON_CLIENT proto/casbin.proto  

Run

python main.py

License

This project is under Apache 2.0 License. See the LICENSE file for the full license text.

About

A python client for casbin-server. https://github.com/casbin/casbin-server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages