Name : python-module-parted Relocations: (not relocatable) Version : 3.10.0 Vendor: ALT Linux Team Release : alt1.1.1 Build Date: Sat Apr 2 15:10:58 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 194336 License: GPL v2 or later Packager : Ivan Zakharyaschev URL : https://fedorahosted.org/pyparted/ Summary : Python bindings for libparted Description : 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. The Python bindings are implemented in two layers. Since libparted itself is written in C without any real implementation of objects, a simple 1:1 mapping of externally accessible libparted functions was written. This mapping is provided in the _ped Python module. You can use that module if you want to, but it's really just meant for the larger parted module.