btrfs


Namebtrfs JSON
Version 14.1 PyPI version JSON
download
home_pagehttps://github.com/knorrie/python-btrfs
SummaryPython module to interact programmatically with an online btrfs file system
upload_time2024-05-07 11:27:46
maintainerNone
docs_urlNone
authorHans van Kranenburg
requires_pythonNone
licenseNone
keywords btrfs filesystem
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            python-btrfs is a Python 3 library that provides ways to interact
programmatically with an online btrfs file system.

It provides a pure python shadow implementation of data structures used in
btrfs together with convenient wrappers around the collection of kernel
functions that are available in the btrfs kernel API.

Using them, we can examine the secret inner world of a btrfs file system for
educational purposes.

The target audience for using the library is system administrators and
developers who want to discover more about the internals of a btrfs file
system, or want to create adjusted monitoring or administration tools that are
optimized for their specific use cases.

python-btrfs does not directly access disk storage, it only uses functions
available in the kernel interface, using system calls. This also means that
python-btrfs can not be used to repair a broken filesystem whenever the running
Linux kernel cannot properly mount it.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/knorrie/python-btrfs",
    "name": "btrfs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "btrfs, filesystem",
    "author": "Hans van Kranenburg",
    "author_email": "hans@knorrie.org",
    "download_url": "https://files.pythonhosted.org/packages/3f/9d/cbfdd347ebfc4f8d9df15ecc6a879cb378eff8690b3e1320a46184fa6540/btrfs-14.1.tar.gz",
    "platform": null,
    "description": "python-btrfs is a Python 3 library that provides ways to interact\nprogrammatically with an online btrfs file system.\n\nIt provides a pure python shadow implementation of data structures used in\nbtrfs together with convenient wrappers around the collection of kernel\nfunctions that are available in the btrfs kernel API.\n\nUsing them, we can examine the secret inner world of a btrfs file system for\neducational purposes.\n\nThe target audience for using the library is system administrators and\ndevelopers who want to discover more about the internals of a btrfs file\nsystem, or want to create adjusted monitoring or administration tools that are\noptimized for their specific use cases.\n\npython-btrfs does not directly access disk storage, it only uses functions\navailable in the kernel interface, using system calls. This also means that\npython-btrfs can not be used to repair a broken filesystem whenever the running\nLinux kernel cannot properly mount it.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python module to interact programmatically with an online btrfs file system",
    "version": "14.1",
    "project_urls": {
        "Download": "https://github.com/knorrie/python-btrfs/tarball/v14.1",
        "Homepage": "https://github.com/knorrie/python-btrfs"
    },
    "split_keywords": [
        "btrfs",
        " filesystem"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f9dcbfdd347ebfc4f8d9df15ecc6a879cb378eff8690b3e1320a46184fa6540",
                "md5": "f718495abd01ad9b0a887d9d46dc2321",
                "sha256": "04f28fc13df78bc7d060991465b9c9f2740d6e62b0d03aba7a46fd9abedac046"
            },
            "downloads": -1,
            "filename": "btrfs-14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f718495abd01ad9b0a887d9d46dc2321",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 64789,
            "upload_time": "2024-05-07T11:27:46",
            "upload_time_iso_8601": "2024-05-07T11:27:46.185604Z",
            "url": "https://files.pythonhosted.org/packages/3f/9d/cbfdd347ebfc4f8d9df15ecc6a879cb378eff8690b3e1320a46184fa6540/btrfs-14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 11:27:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "knorrie",
    "github_project": "python-btrfs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "btrfs"
}
        
Elapsed time: 0.24765s