-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
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 (
zflistcode is like a demo of the library) - Write the python binding module (pyflist)