grscheller.circular-array


Namegrscheller.circular-array JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryModule for an indexable circular array data structure
upload_time2024-03-09 02:09:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords circular-array circular array o(1) popl popr pushl pushr popleft popright pushleft pushright popfront poprear pushfront pushrear
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyPI grscheller.circular-array Project

Circular Array

* Python module implementing an indexable, double sided queue
* See [grscheller.circular-array][1] project on PyPI
* See [Detailed API documentation][2] on GH-Pages
* See [Source code][3] on GitHub

## Overview

The CircularArray class implements an auto-resizing, indexable, double
sided queue data structure. O(1) indexing and O(1) pushes and pops
either end. Useful if used directly as an improved version of a Python
List and in the implementation of other data structures in a "has-a"
relationship.

## Usage

from grscheller.circular_array import CircularArray

---

[1]: https://pypi.org/project/grscheller.circular-array
[2]: https://grscheller.github.io/circular-array
[3]: https://github.com/grscheller/circular-array

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "grscheller.circular-array",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "circular-array,circular array,O(1),popL,popR,pushL,pushR,popLeft,popRight,pushLeft,pushRight,popFront,popRear,pushFront,pushRear",
    "author": null,
    "author_email": "\"Geoffrey R. Scheller\" <geoffrey@scheller.com>",
    "download_url": "https://files.pythonhosted.org/packages/71/b5/9ecf9f76149deaea0e1a966436f76990656fe76ec4dd6cca6592f9978910/grscheller_circular_array-2.0.0.tar.gz",
    "platform": null,
    "description": "# PyPI grscheller.circular-array Project\n\nCircular Array\n\n* Python module implementing an indexable, double sided queue\n* See [grscheller.circular-array][1] project on PyPI\n* See [Detailed API documentation][2] on GH-Pages\n* See [Source code][3] on GitHub\n\n## Overview\n\nThe CircularArray class implements an auto-resizing, indexable, double\nsided queue data structure. O(1) indexing and O(1) pushes and pops\neither end. Useful if used directly as an improved version of a Python\nList and in the implementation of other data structures in a \"has-a\"\nrelationship.\n\n## Usage\n\nfrom grscheller.circular_array import CircularArray\n\n---\n\n[1]: https://pypi.org/project/grscheller.circular-array\n[2]: https://grscheller.github.io/circular-array\n[3]: https://github.com/grscheller/circular-array\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Module for an indexable circular array data structure",
    "version": "2.0.0",
    "project_urls": {
        "Changelog": "https://github.com/grscheller/circular-array/blob/main/CHANGELOG.md",
        "Documentation": "https://grscheller.github.io/circular-array/",
        "Source": "https://github.com/grscheller/circular-array"
    },
    "split_keywords": [
        "circular-array",
        "circular array",
        "o(1)",
        "popl",
        "popr",
        "pushl",
        "pushr",
        "popleft",
        "popright",
        "pushleft",
        "pushright",
        "popfront",
        "poprear",
        "pushfront",
        "pushrear"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8eb27fa16ac5f65d1415537fec45ca8031cbfabbf64c0fdb96e856ab3f2fd00c",
                "md5": "7af17b0700ead3211d15cd061fa84d3e",
                "sha256": "22614abd094a1581c8939936101819ca7097c15856aa2270e9cebf66fc9a29d2"
            },
            "downloads": -1,
            "filename": "grscheller_circular_array-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7af17b0700ead3211d15cd061fa84d3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8327,
            "upload_time": "2024-03-09T02:09:48",
            "upload_time_iso_8601": "2024-03-09T02:09:48.644301Z",
            "url": "https://files.pythonhosted.org/packages/8e/b2/7fa16ac5f65d1415537fec45ca8031cbfabbf64c0fdb96e856ab3f2fd00c/grscheller_circular_array-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71b59ecf9f76149deaea0e1a966436f76990656fe76ec4dd6cca6592f9978910",
                "md5": "e2978e05f4611667b283acf31663e3b3",
                "sha256": "8a4c0e26b2030fc9cc8de6f622c75f74e669d42b936322a0e1c8bf4b14aa5d48"
            },
            "downloads": -1,
            "filename": "grscheller_circular_array-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e2978e05f4611667b283acf31663e3b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 10091,
            "upload_time": "2024-03-09T02:09:50",
            "upload_time_iso_8601": "2024-03-09T02:09:50.499970Z",
            "url": "https://files.pythonhosted.org/packages/71/b5/9ecf9f76149deaea0e1a966436f76990656fe76ec4dd6cca6592f9978910/grscheller_circular_array-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-09 02:09:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grscheller",
    "github_project": "circular-array",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "grscheller.circular-array"
}
        
Elapsed time: 0.21093s