Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added bindings for casbin::Model #135

Merged
merged 1 commit into from
Aug 6, 2021

Conversation

EmperorYP7
Copy link
Member

Fixes #84

Signed-off-by: Yash Pandey (YP) yash.btech.cs19@iiitranchi.ac.in


Description

This code:

  • Adds python bindings for casbin::Model.
  • Adds the support for calling static member functions of casbin::Model in python.
  • Adds unit tests in python for the bindings.
  • Configures the build system and pybind workflow to include py_model.cpp

@EmperorYP7 EmperorYP7 changed the title feat: Added bindings for model feat: Added bindings for casbin::Model Aug 5, 2021
Signed-off-by: Yash Pandey (YP) <yash.btech.cs19@iiitranchi.ac.in>
@hsluoyz hsluoyz requested a review from xcaptain August 6, 2021 10:21
@hsluoyz hsluoyz merged commit 77dccf5 into casbin:master Aug 6, 2021
@github-actions
Copy link

github-actions bot commented Aug 6, 2021

🎉 This PR is included in version 1.34.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@EmperorYP7 EmperorYP7 deleted the python-test branch August 7, 2021 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python bindings to facilitate PyCasbin-on-CPP
2 participants