summaryrefslogtreecommitdiffstats
path: root/python/python-pyparted/README
diff options
context:
space:
mode:
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
commitb485090cdea9a4037da74c717054cf78d503fe70 (patch)
treeb906703dbb356512de512ee60bc75436be7afa47 /python/python-pyparted/README
parent8ce28a13a47b3e2f96d95df78e6617988952709d (diff)
downloadslackbuilds-b485090cdea9a4037da74c717054cf78d503fe70.tar.gz
slackbuilds-b485090cdea9a4037da74c717054cf78d503fe70.tar.xz
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/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-pyparted/README b/python/python-pyparted/README
new file mode 100644
index 0000000000..0039f3283e
--- /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.