We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libnbd is a high performance and fully featured nbd client library written in C. https://libguestfs.org/libnbd.3.html
linbd python bindings: https://gitlab.com/nbdkit/libnbd/-/tree/master/python
The python binding does not have external documentation, you need to use:
python -c "import nbd; help(nbd)"
We maintain our own python library with less features (but everything we use) and lower performance (but good enough for our usage).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
libnbd is a high performance and fully featured nbd client library written in C.
https://libguestfs.org/libnbd.3.html
linbd python bindings:
https://gitlab.com/nbdkit/libnbd/-/tree/master/python
The python binding does not have external documentation, you need to use:
We maintain our own python library with less features (but everything we use)
and lower performance (but good enough for our usage).
The text was updated successfully, but these errors were encountered: