{ "info": { "author": "Ruben Quinones", "author_email": "rq.sysadmin@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Introduction\n============\n\nReparted is my attempt at learning python ctypes module to create bindings for c api's so use it\nat your own risk. I was a bit confused on the way parted and pyparted interface works, my aim was\nto create a simple interface. It does not have the full set of features parted has to offer, only\nenough to create and delete partitions and set the labels. It has been tested using python 2.7 and\nlibparted 3.0. Feel free to check the code and point out enhancements.\nFor any questions my email is rq.sysadmin@gmail.com, have fun!\n\n\nDownloads\n=========\n\nYou can download the package from PyPi:\n\n http://pypi.python.org/pypi/reparted/\n\nor checkout reparted on github:\n\n http://github.com/xzased/reparted\n\n\nInstallation\n============\n\nYou can get reparted using pip to install it from PyPI::\n\n pip install -U reparted\n\n.. note::\n You must have libparted installed and available from your LD_LIBRARY_PATH\n\n\nDocumentation\n=============\n\nYou can view the documentation and quickstart guide here:\n\n http://xzased.github.com/reparted\n\n\n1.2 Release Notes\n=================\n\n**Changes from 1.1**\n\nThere are no syntax changes in this version (and hopefully never will), so code working on\nprevious versions should work just fine, however, there are some minor structure changes that\nimprove readability and fixed weird behavior. The Partition class has been moved to its own\nmodule *partition.py*, this will not affect you if you are importing like::\n\n from reparted import *\n\nOther than that, there are only the following bugfixes and cool additions:\n\n**Bug Fixes**\n\n* *Failed to add primary partition after extended partition was created in msdos disks.*\n* *Reparted would segfault if attempting to add logical partitions on non-msdos disks.*\n* *Partition types were not being checked against disk types and extended partitions.*\n\n\n**Additions**\n\n* *Basic operation support for size class.*\n* *Device, Disk and Partition instances provide a size method.*\n* *Disk class now provides usable_free_space and total_free_space methods.*\n* *Logical partitions are added automatically to extended partitions*\n (you can still provide the start and/or end sector if you want to).*\n\n\n\n1.1 Release Notes\n=================\n\n**Bug Fixes**\n\n* *No error was raised when calling Device with an invalid path.*\n* *Calculations in to method from Size class were wrong.*\n* *Reparted would segfault when initializing a fresh disk and call certain disk methods.*\n\n\n**Additions**\n\n* *Custom exceptions.*\n* *Nice documentation.*", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/xzased/reparted", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "reparted", "package_url": "https://pypi.org/project/reparted/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/reparted/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/xzased/reparted" }, "release_url": "https://pypi.org/project/reparted/1.2/", "requires_dist": null, "requires_python": null, "summary": "Python libparted bindings", "version": "1.2" }, "last_serial": 798777, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b09717879afc566f3dc002268cd3a3a0", "sha256": "ef990b77cf5af529f3997edaf1d78cf5dcf016c1a28a75224aa9e54e94fe2cee" }, "downloads": -1, "filename": "reparted-1.0.tar.gz", "has_sig": false, "md5_digest": "b09717879afc566f3dc002268cd3a3a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19703, "upload_time": "2012-03-28T01:48:50", "url": "https://files.pythonhosted.org/packages/cc/60/d72a66e71ece40113242ed5a366531b29991816d5148ad86877b0f2f0929/reparted-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "9be936eb92b51738c29c7c85222f6ae5", "sha256": "4498079c805d27bc2d2044f70b9b8b715928e52534309f354528a2ed2989e51d" }, "downloads": -1, "filename": "reparted-1.1.tar.gz", "has_sig": false, "md5_digest": "9be936eb92b51738c29c7c85222f6ae5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21186, "upload_time": "2012-05-03T02:21:36", "url": "https://files.pythonhosted.org/packages/a6/04/2a4c53910e556eff4c1810a419e688e18849fbadc0f4be03b2bce0814fc2/reparted-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "857ff29920c8f8e74da5e279fdf9c672", "sha256": "e4a14696faee827535b9625c18ec5eab3e31ac60fd24790f4b1add2e3c815a11" }, "downloads": -1, "filename": "reparted-1.2.tar.gz", "has_sig": false, "md5_digest": "857ff29920c8f8e74da5e279fdf9c672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126810, "upload_time": "2012-06-23T04:19:43", "url": "https://files.pythonhosted.org/packages/cb/71/b43387ade539a0b6f4d4deb6650f0e9983185bb4b3f1468e20b6fb733e0e/reparted-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "857ff29920c8f8e74da5e279fdf9c672", "sha256": "e4a14696faee827535b9625c18ec5eab3e31ac60fd24790f4b1add2e3c815a11" }, "downloads": -1, "filename": "reparted-1.2.tar.gz", "has_sig": false, "md5_digest": "857ff29920c8f8e74da5e279fdf9c672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126810, "upload_time": "2012-06-23T04:19:43", "url": "https://files.pythonhosted.org/packages/cb/71/b43387ade539a0b6f4d4deb6650f0e9983185bb4b3f1468e20b6fb733e0e/reparted-1.2.tar.gz" } ] }