Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
[RFE][libsmartcols] python bindings #134
Comments
|
I'm going to accept patches for this feature :-) |
|
@karelzak Do you want to use https://docs.python.org/3.4/extending/index.html or we can do some changes in libsmartcols code to use gobject introspection? https://wiki.gnome.org/Projects/GObjectIntrospection |
|
We already have Python binding for libmount (see libmount/python/ directory) and it's based on manually written C module for python interpreter. Not sure about gobject introspection, I guess it's invasive change that require all based on gobject. |
|
I'm going to write pylibsmartcols. I'll send patches ASAP. |
ignatenkobrain commentedNov 23, 2014
Hi,
I see that many python programs have custom output in console. I think would be good if we will have python bindings to avoid this crap in different python programs.