binary-file-search


Namebinary-file-search JSON
Version 0.8 PyPI version JSON
download
home_pagehttps://github.com/MrTomRod/BinaryFileSearch
SummaryBinary search algorithm for big sorted files that cannot be read into RAM.
upload_time2023-10-23 21:08:35
maintainer
docs_urlNone
authorThomas Roder
requires_python
licenseMIT
keywords binary search file files
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Please read the descriptionon on the github page.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MrTomRod/BinaryFileSearch",
    "name": "binary-file-search",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "binary,search,file,files",
    "author": "Thomas Roder",
    "author_email": "roder.thomas@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/34/19/5ca5ae94ad45358a1284f1e2a3f7a9d4c44fce585e3683aee5037998de69/binary_file_search-0.8.tar.gz",
    "platform": null,
    "description": "Please read the descriptionon on the github page.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Binary search algorithm for big sorted files that cannot be read into RAM.",
    "version": "0.8",
    "project_urls": {
        "Download": "https://github.com/MrTomRod/BinaryFileSearch/archive/v0_6.tar.gz",
        "Homepage": "https://github.com/MrTomRod/BinaryFileSearch"
    },
    "split_keywords": [
        "binary",
        "search",
        "file",
        "files"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34195ca5ae94ad45358a1284f1e2a3f7a9d4c44fce585e3683aee5037998de69",
                "md5": "e4ba4916f9e36e406eb38d2bac8a9368",
                "sha256": "4bd08f7c848b58d2de7bb6009dcc571970e02f79780b370e7f4e1f0fcb01b266"
            },
            "downloads": -1,
            "filename": "binary_file_search-0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "e4ba4916f9e36e406eb38d2bac8a9368",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4076,
            "upload_time": "2023-10-23T21:08:35",
            "upload_time_iso_8601": "2023-10-23T21:08:35.490876Z",
            "url": "https://files.pythonhosted.org/packages/34/19/5ca5ae94ad45358a1284f1e2a3f7a9d4c44fce585e3683aee5037998de69/binary_file_search-0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-23 21:08:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MrTomRod",
    "github_project": "BinaryFileSearch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "binary-file-search"
}
        
Elapsed time: 0.22817s