Skip to main content

Python libparted bindings

Project description

Introduction

Reparted is my attempt at learning python ctypes module to create bindings for c api’s so use it at your own risk. I was a bit confused on the way parted and pyparted interface works, my aim was to create a simple interface. It does not have the full set of features parted has to offer, only enough to create and delete partitions and set the labels. It has been tested using python 2.7 and libparted 3.0. Feel free to check the code and point out enhancements. For any questions my email is rq.sysadmin@gmail.com, have fun!

Downloads

You can download the package from PyPi:

http://pypi.python.org/pypi/reparted/

or checkout reparted on github:

http://github.com/xzased/reparted

Installation

You can get reparted using pip to install it from PyPI:

pip install -U reparted

Documentation

You can view the documentation and quickstart guide here:

http://xzased.github.com/reparted

1.2 Release Notes

Changes from 1.1

There are no syntax changes in this version (and hopefully never will), so code working on previous versions should work just fine, however, there are some minor structure changes that improve readability and fixed weird behavior. The Partition class has been moved to its own module partition.py, this will not affect you if you are importing like:

from reparted import *

Other than that, there are only the following bugfixes and cool additions:

Bug Fixes

  • Failed to add primary partition after extended partition was created in msdos disks.

  • Reparted would segfault if attempting to add logical partitions on non-msdos disks.

  • Partition types were not being checked against disk types and extended partitions.

Additions

  • Basic operation support for size class.

  • Device, Disk and Partition instances provide a size method.

  • Disk class now provides usable_free_space and total_free_space methods.

  • Logical partitions are added automatically to extended partitions (you can still provide the start and/or end sector if you want to).*

1.1 Release Notes

Bug Fixes

  • No error was raised when calling Device with an invalid path.

  • Calculations in to method from Size class were wrong.

  • Reparted would segfault when initializing a fresh disk and call certain disk methods.

Additions

  • Custom exceptions.

  • Nice documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reparted-1.2.tar.gz (126.8 kB view details)

Uploaded Source

File details

Details for the file reparted-1.2.tar.gz.

File metadata

  • Download URL: reparted-1.2.tar.gz
  • Upload date:
  • Size: 126.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for reparted-1.2.tar.gz
Algorithm Hash digest
SHA256 e4a14696faee827535b9625c18ec5eab3e31ac60fd24790f4b1add2e3c815a11
MD5 857ff29920c8f8e74da5e279fdf9c672
BLAKE2b-256 cb71b43387ade539a0b6f4d4deb6650f0e9983185bb4b3f1468e20b6fb733e0e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page