pythonic-fp.queues


Namepythonic-fp.queues JSON
Version 4.0.1 PyPI version JSON
download
home_pageNone
SummaryData structures implementing queue-like behaviors.
upload_time2025-07-13 12:42:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords dqueue fifo lifo queue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pythonic FP - Queues

PyPI project
[pythonic-fp.queues](https://pypi.org/project/pythonic-fp.queues/)
Implementing 3 types of queue data structures.

| Class     | Queue Type               |
|:---------:|:------------------------ |
| FIFOQueue | First-In-First-Out Queue |
| LIFOQueue | Last-In-First-Out Queue  |
| DEQueue   | Double-Ended Queue       |

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 package
[GitHub Pages](https://grscheller.github.io/pythonic-fp/queues/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.queues",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "dqueue, fifo, lifo, queue",
    "author": null,
    "author_email": "\"Geoffrey R. Scheller\" <geoffrey@scheller.com>",
    "download_url": "https://files.pythonhosted.org/packages/ca/10/14454c0f2eb0cfb953256e0eb667b0bfb1fdc77d2d4f518388412c2e141b/pythonic_fp_queues-4.0.1.tar.gz",
    "platform": null,
    "description": "# Pythonic FP - Queues\n\nPyPI project\n[pythonic-fp.queues](https://pypi.org/project/pythonic-fp.queues/)\nImplementing 3 types of queue data structures.\n\n| Class     | Queue Type               |\n|:---------:|:------------------------ |\n| FIFOQueue | First-In-First-Out Queue |\n| LIFOQueue | Last-In-First-Out Queue  |\n| DEQueue   | Double-Ended Queue       |\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 package\n[GitHub Pages](https://grscheller.github.io/pythonic-fp/queues/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": "Data structures implementing queue-like behaviors.",
    "version": "4.0.1",
    "project_urls": {
        "Changelog": "https://github.com/grscheller/pythonic-fp-queues/blob/main/CHANGELOG.rst",
        "Documentation": "https://grscheller.github.io/pythonic-fp/queues/API/v4.0.1/build/html/",
        "Homepage": "https://github.com/grscheller/pythonic-fp/blob/main/README.md",
        "Source": "https://github.com/grscheller/pythonic-fp-queues"
    },
    "split_keywords": [
        "dqueue",
        " fifo",
        " lifo",
        " queue"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "176e38f8fd02c010209cc659f1e863f0de81cf38e565033b4543ae5af19a8150",
                "md5": "86e59d116b4a347e482c2387436dde42",
                "sha256": "3dccee430fcb7991ef100393c2a71fb4cecdcd9fe3ef561ac491fdf00261b331"
            },
            "downloads": -1,
            "filename": "pythonic_fp_queues-4.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86e59d116b4a347e482c2387436dde42",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 11922,
            "upload_time": "2025-07-13T12:42:40",
            "upload_time_iso_8601": "2025-07-13T12:42:40.033093Z",
            "url": "https://files.pythonhosted.org/packages/17/6e/38f8fd02c010209cc659f1e863f0de81cf38e565033b4543ae5af19a8150/pythonic_fp_queues-4.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca1014454c0f2eb0cfb953256e0eb667b0bfb1fdc77d2d4f518388412c2e141b",
                "md5": "4378a3df865f29935b0da4020d047fa1",
                "sha256": "c2e3b932e90c53135f8de350c21240b097d8f9f664c26c3c0f4a2c88cbbafa11"
            },
            "downloads": -1,
            "filename": "pythonic_fp_queues-4.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4378a3df865f29935b0da4020d047fa1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 12770,
            "upload_time": "2025-07-13T12:42:41",
            "upload_time_iso_8601": "2025-07-13T12:42:41.499321Z",
            "url": "https://files.pythonhosted.org/packages/ca/10/14454c0f2eb0cfb953256e0eb667b0bfb1fdc77d2d4f518388412c2e141b/pythonic_fp_queues-4.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 12:42:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grscheller",
    "github_project": "pythonic-fp-queues",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pythonic-fp.queues"
}
        
Elapsed time: 0.58984s