ziffy


Nameziffy JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summary
upload_time2023-05-28 11:38:11
maintainer
docs_urlNone
authorFederico A. Corazza
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ziffy

A ZFS command line utility to browse and rescue damaged pools using low level API calls.

## Installation

```shell
pip install ziffy
```

## Examples

Root privileges are likely required to access the disks.

```shell
sudo python -m ziffy datasets <pool-name>
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ziffy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Federico A. Corazza",
    "author_email": "git@facorazza.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/3c/b3b75d72d538a014228cda2de5d245c91571d7d4a2c9b4964b0caf0b2a94/ziffy-0.1.0.tar.gz",
    "platform": null,
    "description": "# ziffy\n\nA ZFS command line utility to browse and rescue damaged pools using low level API calls.\n\n## Installation\n\n```shell\npip install ziffy\n```\n\n## Examples\n\nRoot privileges are likely required to access the disks.\n\n```shell\nsudo python -m ziffy datasets <pool-name>\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f73ad8e4355d979ddd3405201eb5c0d099acca856b30635b847cd5953a0dfd2a",
                "md5": "a9124d13863262f99ffd443cd603d3e5",
                "sha256": "6ba5b60f70fda3a92aea0e7c1b727bd57d6e2d2655d4bec8d4e7ec8700472552"
            },
            "downloads": -1,
            "filename": "ziffy-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9124d13863262f99ffd443cd603d3e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 6835,
            "upload_time": "2023-05-28T11:38:10",
            "upload_time_iso_8601": "2023-05-28T11:38:10.644550Z",
            "url": "https://files.pythonhosted.org/packages/f7/3a/d8e4355d979ddd3405201eb5c0d099acca856b30635b847cd5953a0dfd2a/ziffy-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa3cb3b75d72d538a014228cda2de5d245c91571d7d4a2c9b4964b0caf0b2a94",
                "md5": "e2c3c825d04b305cba528ca823d69912",
                "sha256": "09a34319ee64766eb6b993464171ca057ffe94eb38b98b7de6ecc6daf7b6cf63"
            },
            "downloads": -1,
            "filename": "ziffy-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e2c3c825d04b305cba528ca823d69912",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4588,
            "upload_time": "2023-05-28T11:38:11",
            "upload_time_iso_8601": "2023-05-28T11:38:11.955456Z",
            "url": "https://files.pythonhosted.org/packages/aa/3c/b3b75d72d538a014228cda2de5d245c91571d7d4a2c9b4964b0caf0b2a94/ziffy-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-28 11:38:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ziffy"
}
        
Elapsed time: 0.09714s