diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2015-08-23 15:07:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-23 15:07:36 +0700 |
commit | ab945f835e570f3ba6a36f5814277f6a8d03926f (patch) | |
tree | b98ae9f6603be79d45e7337325e2e801d6516376 /python/python3-pyparted/README | |
parent | b485090cdea9a4037da74c717054cf78d503fe70 (diff) | |
download | slackbuilds-ab945f835e570f3ba6a36f5814277f6a8d03926f.tar.gz |
python/python3-pyparted: Added (Python 3 bindings for libparted).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyparted/README')
-rw-r--r-- | python/python3-pyparted/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-pyparted/README b/python/python3-pyparted/README new file mode 100644 index 0000000000..ae232c1676 --- /dev/null +++ b/python/python3-pyparted/README @@ -0,0 +1,7 @@ +pyparted +Python bindings for libparted +----------------------------- + +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. |