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

Python binding and Jumpscale integration #15

Open
3 tasks
maxux opened this issue Aug 19, 2019 · 0 comments
Open
3 tasks

Python binding and Jumpscale integration #15

maxux opened this issue Aug 19, 2019 · 0 comments
Assignees
Milestone

Comments

@maxux
Copy link
Collaborator

maxux commented Aug 19, 2019

The current code about python binding is still the old one, not compatible with the v2.

In order to get a working jumpscale implementation, we have two options:

  • Wrap the command line tool using the JSON output and parse it
  • Fully implement the python binding against the libflist

The second option is the way to go, for sure, but to get a working jumpscale implementation quickly, the first option is the best, in few hours, it can provide a working implementation.

Here is the roadmap I suggest:

  • Wrap the command line tool and implement it in jumpscale
  • Write documentation about the library (zflist code is like a demo of the library)
  • Write the python binding module (pyflist)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants