# Pythonic FP - Circular Array
PyPI project
[pythonic.fp.circulararray](https://pypi.org/project/pythonic-fp.circulararray/)
implements a stateful circular array data structure.
- O(1) pops either end
- O(1) amortized pushes either end
- O(1) indexing, fully supports slicing
- Auto-resizing larger when necessary, manually compatible
- Iterable, can safely mutate while iterators continue iterating over previous state
This PyPI project is part of of the grscheller
[pythonic-fp namespace projects](https://github.com/grscheller/pythonic-fp/blob/main/README.md).
## Documentation
Documentation for module
[pythonic_fp.circulararray](https://grscheller.github.io/pythonic-fp/circulararray/API/development/build/html)
hosted on GitHub pages.
## Copyright and License
Copyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "pythonic-fp.circulararray",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "auto resizing, circular array, dequeue, indexable, pop, push",
"author": null,
"author_email": "\"Geoffrey R. Scheller\" <geoffrey@scheller.com>",
"download_url": "https://files.pythonhosted.org/packages/b2/ed/e9142adf2e9a32c1e5760b9a3038dd407516a2472dd3b76965d046603fc8/pythonic_fp_circulararray-5.2.0.tar.gz",
"platform": null,
"description": "# Pythonic FP - Circular Array\n\nPyPI project\n[pythonic.fp.circulararray](https://pypi.org/project/pythonic-fp.circulararray/)\nimplements a stateful circular array data structure.\n\n- O(1) pops either end\n- O(1) amortized pushes either end\n- O(1) indexing, fully supports slicing\n- Auto-resizing larger when necessary, manually compatible\n- Iterable, can safely mutate while iterators continue iterating over previous state\n\nThis PyPI project is part of of the grscheller\n[pythonic-fp namespace projects](https://github.com/grscheller/pythonic-fp/blob/main/README.md).\n\n## Documentation\n\nDocumentation for module\n[pythonic_fp.circulararray](https://grscheller.github.io/pythonic-fp/circulararray/API/development/build/html)\nhosted on GitHub pages.\n\n## Copyright and License\n\nCopyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache\nLicense, Version 2.0. See the LICENSE file for details.\n",
"bugtrack_url": null,
"license": null,
"summary": "Pythonic FP - Circular Array data structure",
"version": "5.2.0",
"project_urls": {
"Changelog": "https://github.com/grscheller/pythonic-fp-circulararray/blob/main/CHANGELOG.rst",
"Documentation": "https://grscheller.github.io/pythonic-fp/circulararray/API/v5.2.0/build/html/",
"Homepage": "https://github.com/grscheller/pythonic-fp/blob/main/README.md",
"Source": "https://github.com/grscheller/pythonic-fp-circulararray"
},
"split_keywords": [
"auto resizing",
" circular array",
" dequeue",
" indexable",
" pop",
" push"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1abf8e094982e534c1f3d772890f63644a050a0d30aa518be3e32d67b68268df",
"md5": "2bb5d360a7c335bac80e6ee8cf1c7480",
"sha256": "342d09aa1c3a27446e46d291292a3605abf2aae04f1458adc097e70afc2169e8"
},
"downloads": -1,
"filename": "pythonic_fp_circulararray-5.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2bb5d360a7c335bac80e6ee8cf1c7480",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 9407,
"upload_time": "2025-07-13T12:05:39",
"upload_time_iso_8601": "2025-07-13T12:05:39.481913Z",
"url": "https://files.pythonhosted.org/packages/1a/bf/8e094982e534c1f3d772890f63644a050a0d30aa518be3e32d67b68268df/pythonic_fp_circulararray-5.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b2ede9142adf2e9a32c1e5760b9a3038dd407516a2472dd3b76965d046603fc8",
"md5": "59b3b8c7d9780c6cfbd89d96d1a6c2be",
"sha256": "1aeb2ca393bc979cf6915d1d1cbdbb4ac6df6fc6a1e20ff8991a3bc4ce9c52f5"
},
"downloads": -1,
"filename": "pythonic_fp_circulararray-5.2.0.tar.gz",
"has_sig": false,
"md5_digest": "59b3b8c7d9780c6cfbd89d96d1a6c2be",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 12696,
"upload_time": "2025-07-13T12:05:42",
"upload_time_iso_8601": "2025-07-13T12:05:42.251699Z",
"url": "https://files.pythonhosted.org/packages/b2/ed/e9142adf2e9a32c1e5760b9a3038dd407516a2472dd3b76965d046603fc8/pythonic_fp_circulararray-5.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-13 12:05:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "grscheller",
"github_project": "pythonic-fp-circulararray",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pythonic-fp.circulararray"
}