pythonic-fp-circulararray


Namepythonic-fp-circulararray JSON
Version 5.3.1 PyPI version JSON
download
home_pageNone
SummaryPackage implementing stateful circular array data structures.
upload_time2025-08-03 00:18:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords auto resizing circular array dequeue indexable pop push
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PPythonic FP - Circular Array
=============================

PyPI project
`pythonic-fp-circulararray
<https://pypi.org/project/pythonic-fp-circulararray>`_.

Python module implementing stateful circular array data structures.

- 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
- comparisons compare identity before equality, like builtins
- in boolean context returns true when not empty, false when empty

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 this project is hosted on
`GitHub Pages
<https://grscheller.github.io/pythonic-fp/circulararray/development/build/html>`_.

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/19/c9/c07afd9ccd54d6fcf6981adb23a2297f91084682f8a76e2ec751e7bc1310/pythonic_fp_circulararray-5.3.1.tar.gz",
    "platform": null,
    "description": "PPythonic FP - Circular Array\n=============================\n\nPyPI project\n`pythonic-fp-circulararray\n<https://pypi.org/project/pythonic-fp-circulararray>`_.\n\nPython module implementing stateful circular array data structures.\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- comparisons compare identity before equality, like builtins\n- in boolean context returns true when not empty, false when empty\n\nThis PyPI project is part of of the grscheller\n`pythonic-fp namespace projects\n<https://github.com/grscheller/pythonic-fp/blob/main/README.md>`_\n\nDocumentation\n-------------\n\nDocumentation for this project is hosted on\n`GitHub Pages\n<https://grscheller.github.io/pythonic-fp/circulararray/development/build/html>`_.\n\nCopyright and License\n---------------------\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": "Package implementing stateful circular array data structures.",
    "version": "5.3.1",
    "project_urls": {
        "Changelog": "https://github.com/grscheller/pythonic-fp-circulararray/blob/main/CHANGELOG.rst",
        "Documentation": "https://grscheller.github.io/pythonic-fp/circulararray/development/build/html/releases.html",
        "Homepage": "https://github.com/grscheller/pythonic-fp/blob/main/README.rst",
        "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": "5b19122bd545afe410750b9011ab2c2d6855726f9313968ef350ae7ff64e0a9f",
                "md5": "0b4df497044afada64d20fe18ca009e5",
                "sha256": "7b67671a563c838fafaed65181690ba42c49067849140e24f452f0eb02ef518a"
            },
            "downloads": -1,
            "filename": "pythonic_fp_circulararray-5.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b4df497044afada64d20fe18ca009e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 16362,
            "upload_time": "2025-08-03T00:18:47",
            "upload_time_iso_8601": "2025-08-03T00:18:47.934766Z",
            "url": "https://files.pythonhosted.org/packages/5b/19/122bd545afe410750b9011ab2c2d6855726f9313968ef350ae7ff64e0a9f/pythonic_fp_circulararray-5.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19c9c07afd9ccd54d6fcf6981adb23a2297f91084682f8a76e2ec751e7bc1310",
                "md5": "e1ef0f5af6a042bbff45edef83a9bf38",
                "sha256": "1770147412e5c7985ed97a527d6c183d17c83b75af026dc9b325f0717f1c143e"
            },
            "downloads": -1,
            "filename": "pythonic_fp_circulararray-5.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e1ef0f5af6a042bbff45edef83a9bf38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 19372,
            "upload_time": "2025-08-03T00:18:49",
            "upload_time_iso_8601": "2025-08-03T00:18:49.310644Z",
            "url": "https://files.pythonhosted.org/packages/19/c9/c07afd9ccd54d6fcf6981adb23a2297f91084682f8a76e2ec751e7bc1310/pythonic_fp_circulararray-5.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 00:18:49",
    "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"
}
        
Elapsed time: 1.51340s