You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
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:
zflist
code is like a demo of the library)The text was updated successfully, but these errors were encountered: