dclut


Namedclut JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/dbheadley/dclut
Summarydclut: Dimensionally Clear Look-Up Table
upload_time2024-07-15 17:36:12
maintainerNone
docs_urlNone
authorDrew B. Headley
requires_pythonNone
licenseMIT License
keywords python binary files lookup table dclut
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dclut: Dimensionally Clear Look Up Table

dclut is a package that allows users to define dimensions and scales when indexing homogenous binary files. It does this by storing a mapping between the indices in the binary file and a set of dimensions, each of which can be multilevel.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dbheadley/dclut",
    "name": "dclut",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, binary files, lookup table, dclut",
    "author": "Drew B. Headley",
    "author_email": "drewbheadley@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/fd/17d4485d18e0c05c22cf8056606205408f431139c0939942225a39e1daa3/dclut-0.0.3.tar.gz",
    "platform": null,
    "description": "# dclut: Dimensionally Clear Look Up Table\r\n\r\ndclut is a package that allows users to define dimensions and scales when indexing homogenous binary files. It does this by storing a mapping between the indices in the binary file and a set of dimensions, each of which can be multilevel.\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "dclut: Dimensionally Clear Look-Up Table",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/dbheadley/dclut"
    },
    "split_keywords": [
        "python",
        " binary files",
        " lookup table",
        " dclut"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ab2c31123423c892da1e1c3089f3f702ac7a7e0597a4ea499a9475dbda3c26c",
                "md5": "d94012f349efb004fb981e0302bb9278",
                "sha256": "8b2be5ecc3e1b97c9d397d097e2ce969da23e6a7d9b5c372d97b489f6e02a535"
            },
            "downloads": -1,
            "filename": "dclut-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d94012f349efb004fb981e0302bb9278",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10710,
            "upload_time": "2024-07-15T17:36:11",
            "upload_time_iso_8601": "2024-07-15T17:36:11.511038Z",
            "url": "https://files.pythonhosted.org/packages/6a/b2/c31123423c892da1e1c3089f3f702ac7a7e0597a4ea499a9475dbda3c26c/dclut-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fafd17d4485d18e0c05c22cf8056606205408f431139c0939942225a39e1daa3",
                "md5": "de16ab4f217ea6ad913e07fde78e9bf1",
                "sha256": "de6dabb8e03efa34c4d3babca4e4a82de82826a4bc4eaf88da0fa19310c2a62d"
            },
            "downloads": -1,
            "filename": "dclut-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "de16ab4f217ea6ad913e07fde78e9bf1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11004,
            "upload_time": "2024-07-15T17:36:12",
            "upload_time_iso_8601": "2024-07-15T17:36:12.739235Z",
            "url": "https://files.pythonhosted.org/packages/fa/fd/17d4485d18e0c05c22cf8056606205408f431139c0939942225a39e1daa3/dclut-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 17:36:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dbheadley",
    "github_project": "dclut",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dclut"
}
        
Elapsed time: 0.30447s