diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2015-08-23 14:17:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-23 14:17:08 +0700 |
commit | b485090cdea9a4037da74c717054cf78d503fe70 (patch) | |
tree | b906703dbb356512de512ee60bc75436be7afa47 /python/python-pyparted/README | |
parent | 8ce28a13a47b3e2f96d95df78e6617988952709d (diff) |
python/python-pyparted: Added (Python bindings for libparted).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-pyparted/README')
-rw-r--r-- | python/python-pyparted/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-pyparted/README b/python/python-pyparted/README new file mode 100644 index 0000000000000..0039f3283edf6 --- /dev/null +++ b/python/python-pyparted/README @@ -0,0 +1,3 @@ +pyparted is a set of native Python bindings for libparted. libparted is the +library portion of the GNU parted project. With pyparted, you can write +applications that interact with disk partition tables and filesystems. |