pyhashfs


Namepyhashfs JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummarypyHashFS, A python implementation of HashFS
upload_time2023-10-16 18:42:10
maintainer
docs_urlNone
author
requires_python>=3.7
licenseBSD 3-Clause License
keywords hashfs hash file system
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A hash file system (HashFS) is a content addressable file system, where the content (files) are identified by its metadata, as in hash sums (and other sums) instead of the classic file name (including the path). By using inmutable and directly related information to identify a file (content) some application problems are rendered moot, like file duplication.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyhashfs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "hashfs,hash,file system",
    "author": "",
    "author_email": "Irving Leonard <irvingleonard@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/33/b9/0876a81ee9930f33e6d393b77df022762bafe575b3cea91c81ca8cf31cf7/pyhashfs-1.0.0.tar.gz",
    "platform": null,
    "description": "A hash file system (HashFS) is a content addressable file system, where the content (files) are identified by its metadata, as in hash sums (and other sums) instead of the classic file name (including the path). By using inmutable and directly related information to identify a file (content) some application problems are rendered moot, like file duplication.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "pyHashFS, A python implementation of HashFS",
    "version": "1.0.0",
    "project_urls": {
        "homepage": "https://github.com/irvingleonard/pyhashfs",
        "repository": "https://github.com/irvingleonard/pyhashfs.git"
    },
    "split_keywords": [
        "hashfs",
        "hash",
        "file system"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be96575fec35aba8886f2e9d20a0365f94f051707fb9d8ce8d193b5fcd5cdc17",
                "md5": "bb30559b562369dab1600aad24124daf",
                "sha256": "b777874851f537f71d98eb9be1a83817f289846420d03cf2374f722300352fbd"
            },
            "downloads": -1,
            "filename": "pyhashfs-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb30559b562369dab1600aad24124daf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14065,
            "upload_time": "2023-10-16T18:42:08",
            "upload_time_iso_8601": "2023-10-16T18:42:08.531545Z",
            "url": "https://files.pythonhosted.org/packages/be/96/575fec35aba8886f2e9d20a0365f94f051707fb9d8ce8d193b5fcd5cdc17/pyhashfs-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33b90876a81ee9930f33e6d393b77df022762bafe575b3cea91c81ca8cf31cf7",
                "md5": "eca197e2665e1ed61aa13eef5c00a44c",
                "sha256": "d8f5286780d5f2494ec1e5f40ea1aabe0b2332696a20afdd2d4a8d4cd45ca10c"
            },
            "downloads": -1,
            "filename": "pyhashfs-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eca197e2665e1ed61aa13eef5c00a44c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13573,
            "upload_time": "2023-10-16T18:42:10",
            "upload_time_iso_8601": "2023-10-16T18:42:10.218239Z",
            "url": "https://files.pythonhosted.org/packages/33/b9/0876a81ee9930f33e6d393b77df022762bafe575b3cea91c81ca8cf31cf7/pyhashfs-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 18:42:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "irvingleonard",
    "github_project": "pyhashfs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyhashfs"
}
        
Elapsed time: 0.12453s