boar-circularqueue


Nameboar-circularqueue JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/dexterchan/circularqueue
SummaryA circular queue supports simple demo
upload_time2024-06-24 06:04:33
maintainerNone
docs_urlNone
authorDexter Chan
requires_python>=3.8
licenseNone
keywords boar_circularqueue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
CircularQueue
=============






A circular queue supports simple demo

It only support 1 publisher and 1 consumer


Features
--------

* TODO
  - PEEK recent N elements from the circular queue

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


[Packaing Python module](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
```
Pypi twine secret stored in ~/.pypirc
```

Conda:
https://anaconda.org/dexterchan/boar_circularqueue


=======
History
=======

0.1.0 (2024-02-21)
------------------

* First release on PyPI.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dexterchan/circularqueue",
    "name": "boar-circularqueue",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "boar_circularqueue",
    "author": "Dexter Chan",
    "author_email": "dexterchan@example.com",
    "download_url": "https://files.pythonhosted.org/packages/33/f2/c373676555afdd75a8c1a292b17d8367279a42ac097417388632c6144b78/boar_circularqueue-0.2.2.tar.gz",
    "platform": null,
    "description": "=============\nCircularQueue\n=============\n\n\n\n\n\n\nA circular queue supports simple demo\n\nIt only support 1 publisher and 1 consumer\n\n\nFeatures\n--------\n\n* TODO\n  - PEEK recent N elements from the circular queue\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n[Packaing Python module](https://packaging.python.org/en/latest/tutorials/packaging-projects/)\n```\nPypi twine secret stored in ~/.pypirc\n```\n\nConda:\nhttps://anaconda.org/dexterchan/boar_circularqueue\n\n\n=======\nHistory\n=======\n\n0.1.0 (2024-02-21)\n------------------\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A circular queue supports simple demo",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/dexterchan/circularqueue"
    },
    "split_keywords": [
        "boar_circularqueue"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f4c5bca73d5ab04f09c9279feb7b3271f56d7231d4da85218aae59303496465",
                "md5": "081fb57a4aef7d137ee1401d8827821c",
                "sha256": "8ad2b7a826a5e61bed23919d2813aa6926cc890ed43f621ea9a2e36af793f1f1"
            },
            "downloads": -1,
            "filename": "boar_circularqueue-0.2.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "081fb57a4aef7d137ee1401d8827821c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 4250,
            "upload_time": "2024-06-24T06:04:31",
            "upload_time_iso_8601": "2024-06-24T06:04:31.887513Z",
            "url": "https://files.pythonhosted.org/packages/5f/4c/5bca73d5ab04f09c9279feb7b3271f56d7231d4da85218aae59303496465/boar_circularqueue-0.2.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f2c373676555afdd75a8c1a292b17d8367279a42ac097417388632c6144b78",
                "md5": "cf407851c29e7df11823d6768bf8b224",
                "sha256": "892d540d13257100ad7fd0d22f3dd6e8c16fff2690ac39f2ece38342c5be09d0"
            },
            "downloads": -1,
            "filename": "boar_circularqueue-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cf407851c29e7df11823d6768bf8b224",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11034,
            "upload_time": "2024-06-24T06:04:33",
            "upload_time_iso_8601": "2024-06-24T06:04:33.177089Z",
            "url": "https://files.pythonhosted.org/packages/33/f2/c373676555afdd75a8c1a292b17d8367279a42ac097417388632c6144b78/boar_circularqueue-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 06:04:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dexterchan",
    "github_project": "circularqueue",
    "github_not_found": true,
    "lcname": "boar-circularqueue"
}
        
Elapsed time: 0.64819s