-
Notifications
You must be signed in to change notification settings - Fork 26
AlgoPy #84
Copy link
Copy link
Open
Labels
APIAPI's for Programming LanguagesAPI's for Programming LanguagesPythonBugs/fixes regarding Python3Bugs/fixes regarding Python3
Metadata
Metadata
Assignees
Labels
APIAPI's for Programming LanguagesAPI's for Programming LanguagesPythonBugs/fixes regarding Python3Bugs/fixes regarding Python3
AlgoPy implementation
So, i once started implementing the python API with PyBind11, though i didn't have the best results, i left it as is due to a lot of work i had at that time. The PyBind11 implementation exists on the AlgoPy branch and i believe i implemented some trees this way, i tried each time to pip install the wheel file and make sure everything works, but for some cases it didn't
If someone has experience working with PyBind11 for Python API's please feel free to start a template with a header(if i've done this wrong) or start implementing more headers for the full AlgoPy version.
AlgoPy will be extremely good for us for obvious reasons as we can also create a helper documentation for the API as well, helping users understand data structures this way, without seeing the original code.