{"id":15667423,"url":"https://github.com/jwcnewton/ezqueue","last_synced_at":"2025-06-11T17:03:16.160Z","repository":{"id":57427939,"uuid":"386682620","full_name":"jwcnewton/ezQueue","owner":"jwcnewton","description":"Zero dependancy in memory queue","archived":false,"fork":false,"pushed_at":"2021-07-19T07:28:17.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-05T04:07:29.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwcnewton.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-16T15:26:48.000Z","updated_at":"2021-07-19T07:28:19.000Z","dependencies_parsed_at":"2022-09-09T05:00:57.034Z","dependency_job_id":null,"html_url":"https://github.com/jwcnewton/ezQueue","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jwcnewton/ezQueue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FezQueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FezQueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FezQueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FezQueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwcnewton","download_url":"https://codeload.github.com/jwcnewton/ezQueue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwcnewton%2FezQueue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259301677,"owners_count":22836976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T14:03:24.028Z","updated_at":"2025-06-11T17:03:16.139Z","avatar_url":"https://github.com/jwcnewton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ezqueue \nZero dependency in-memory queue\n\n[![Python](https://img.shields.io/badge/python-3.7-blue)]()\n[![codecov](https://codecov.io/gh/jwcnewton/ezqueue/branch/main/graph/badge.svg)](https://codecov.io/gh/jwcnewton/ezqueue)\n[![Documentation Status](https://readthedocs.org/projects/ezqueue/badge/?version=latest)](https://ezqueue.readthedocs.io/en/latest/?badge=latest)\n[![Build](https://github.com/jwcnewton/ezqueue/workflows/build/badge.svg)](https://github.com/jwcnewton/ezqueue/actions/workflows/build.yml)\n[![Deploy](https://github.com/jwcnewton/ezqueue/actions/workflows/deploy.yml/badge.svg)](https://github.com/jwcnewton/ezqueue/actions/workflows/deploy.yml)\n\n\n## Installation\n\n```bash\n$ pip install -i https://test.pypi.org/simple/ ezqueue\n```\n\n## Features\n\n- Fix queue size\n- Key, value queue\n\n## Dependencies\n\n- Zero\n\n## Usage\n\n```py\nfrom ezqueue import ezqueue\n\nqueue = ezqueue(3)\n   \nfor i in range(2):\n    queue.put(i, { \"msg\": \"Hello world\" })\n\nfor i in range(1):\n    queue.put(i, { \"msg\": \"Hello world!\" })\n\nprint(queue.getQueue())\n```\n\n## Documentation\n\nThe official documentation is hosted on Read the Docs: https://ezqueue.readthedocs.io/en/latest/\n\n## Contributors\n\nWe welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/jwcnewton/ezqueue/graphs/contributors).\n\n### Credits\n\nThis package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the [pyOpenSci/cookiecutter-pyopensci](https://github.com/pyOpenSci/cookiecutter-pyopensci) project template and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwcnewton%2Fezqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwcnewton%2Fezqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwcnewton%2Fezqueue/lists"}