-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
chore: Updated project config #141
Conversation
Signed-off-by: Yash Pandey (YP) <[email protected]>
Signed-off-by: Yash Pandey (YP) <[email protected]>
@EmperorYP7 BTW, is the PyCasbin on Casbin-CPP ready for use now? |
Yes, it is ready for use. I exposed all of the client-side API of casbin to Python. However, |
@EmperorYP7 is it available in pypi? How to use it in the code level, maybe we should provide an example. |
@hsluoyz Nope. Since the actual module is a standalone binary (shared/dynamic library), it cannot be shipped with Pypi. I'll update the docs accordingly. And the usage can be figured out with the tests in |
@EmperorYP7 how to use it in another project instead of |
🎉 This PR is included in version 1.38.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Yash Pandey (YP) [email protected]
This code:
CMAKE_PROJECT_NAME
to casbin andCMAKE_PROJECT_VERSION
to 1.37.1pycasbin.so
/pycasbin.pyd
to its desired path