Metadata-Version: 2.1
Name: biglist
Version: 0.7.7
Summary: The package `biglist <https://github.com/zpz/biglist>`_ provides persisted, out-of-memory Python data structures
Author-email: Zepu Zhang <zepu.zhang@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: upathlib >= 0.7.2
Requires-Dist: deprecation
Requires-Dist: mpservice >= 0.11.9
Requires-Dist: orjson
Requires-Dist: pyarrow >= 10.0.0
Requires-Dist: typing-extensions
Requires-Dist: zstandard
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: numpydoc ; extra == "doc"
Requires-Dist: pydata-sphinx-theme ; extra == "doc"
Requires-Dist: upathlib[gcs] >= 0.7.2 ; extra == "gcs"
Requires-Dist: google-auth ; extra == "gcs"
Requires-Dist: boltons ; extra == "test"
Requires-Dist: mypy ; extra == "test"
Requires-Dist: ruff ; extra == "test"
Requires-Dist: pytest-asyncio ; extra == "test"
Project-URL: Source, https://github.com/zpz/biglist
Provides-Extra: doc
Provides-Extra: gcs
Provides-Extra: parquet
Provides-Extra: test

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 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.

