biglist


Namebiglist JSON
Version 0.8.9 PyPI version JSON
download
home_page
SummaryThe package `biglist <https://github.com/zpz/biglist>`_ provides persisted, out-of-memory Python data structures
upload_time2024-01-31 23:34:44
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            biglist
=======

The package ``biglist`` provides persisted, out-of-memory Python data structures
that implement the ``Sequence`` and ``Iterable`` interfaces with the capabilities of
concurrent and distributed reading and writing.
The main use case is sequentially processing large amounts of data that can not fit in memory.
Persistence can be on local disk or in cloud storage.


Read the `documentation <https://biglist.readthedocs.io/en/latest/>`_.


Reference
---------

A very early version of this work is described in `a blog post <https://zpz.github.io/blog/biglist/>`_.


Status
------

Production ready.


Python version
--------------

3.10 or newer.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "biglist",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Zepu Zhang <zepu.zhang@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0b/be/10e5dc8b067c34d42267c32a7fc0b4b6160b8993361e0248bb3df6d84033/biglist-0.8.9.tar.gz",
    "platform": null,
    "description": "biglist\n=======\n\nThe package ``biglist`` provides persisted, out-of-memory Python data structures\nthat implement the ``Sequence`` and ``Iterable`` interfaces with the capabilities of\nconcurrent and distributed reading and writing.\nThe main use case is sequentially processing large amounts of data that can not fit in memory.\nPersistence can be on local disk or in cloud storage.\n\n\nRead the `documentation <https://biglist.readthedocs.io/en/latest/>`_.\n\n\nReference\n---------\n\nA very early version of this work is described in `a blog post <https://zpz.github.io/blog/biglist/>`_.\n\n\nStatus\n------\n\nProduction ready.\n\n\nPython version\n--------------\n\n3.10 or newer.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "The package `biglist <https://github.com/zpz/biglist>`_ provides persisted, out-of-memory Python data structures",
    "version": "0.8.9",
    "project_urls": {
        "Source": "https://github.com/zpz/biglist"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "278785209621a5647f2e336340bfe555e67a2218c376b00ff7556d1b45ad54a0",
                "md5": "90e0eabb22dc7b406de62b2bff6401cf",
                "sha256": "b77fad83b31d6d8bb8492c2273f583e4052c9b91a129baa860753fc61edac9d4"
            },
            "downloads": -1,
            "filename": "biglist-0.8.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90e0eabb22dc7b406de62b2bff6401cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 31695,
            "upload_time": "2024-01-31T23:34:43",
            "upload_time_iso_8601": "2024-01-31T23:34:43.037452Z",
            "url": "https://files.pythonhosted.org/packages/27/87/85209621a5647f2e336340bfe555e67a2218c376b00ff7556d1b45ad54a0/biglist-0.8.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bbe10e5dc8b067c34d42267c32a7fc0b4b6160b8993361e0248bb3df6d84033",
                "md5": "2e41c8377b4218d971cc0ba29fa5b952",
                "sha256": "5fa052859951f6b670e3ca455dc5178663a219c3b10c0904cbad7149df87729a"
            },
            "downloads": -1,
            "filename": "biglist-0.8.9.tar.gz",
            "has_sig": false,
            "md5_digest": "2e41c8377b4218d971cc0ba29fa5b952",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 29956,
            "upload_time": "2024-01-31T23:34:44",
            "upload_time_iso_8601": "2024-01-31T23:34:44.556839Z",
            "url": "https://files.pythonhosted.org/packages/0b/be/10e5dc8b067c34d42267c32a7fc0b4b6160b8993361e0248bb3df6d84033/biglist-0.8.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 23:34:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zpz",
    "github_project": "biglist",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "biglist"
}
        
Elapsed time: 0.18292s