# PyHeap
This module is a small wrapper class around the Python heapq module.
While there are advantages to having the heap functions as free functions in a separate module,
there are times where it makes sense to have a heap object
and to be able to interact with it in a more object-oriented way.
You can find this package on [PyPI](https://pypi.org/project/pyheap-elunico/) as `pyheap-elunico`
Raw data
{
"_id": null,
"home_page": "https://github.com/elunico/pyheap",
"name": "pyheap-elunico",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "",
"author": "Thomas Povinelli",
"author_email": "tompov227@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f3/a4/c6be847e52429a160c9a995034806bc4239f13690673ca69e2f457a66739/pyheap-elunico-0.5.0.tar.gz",
"platform": null,
"description": "# PyHeap\n\nThis module is a small wrapper class around the Python heapq module. \nWhile there are advantages to having the heap functions as free functions in a separate module, \nthere are times where it makes sense to have a heap object\nand to be able to interact with it in a more object-oriented way.\n\nYou can find this package on [PyPI](https://pypi.org/project/pyheap-elunico/) as `pyheap-elunico`\n",
"bugtrack_url": null,
"license": "",
"summary": "A wrapper class around Python's built-in heapq module",
"version": "0.5.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c2e429f2e486ac876786cc1a3cb3392dd8145292d40c84104d4bb1c0a695cb0",
"md5": "01da5311e3a621d524433b785a69c3a5",
"sha256": "7c91b1760211653d9e71fd3cb305174d82f527b17205174f2c7e59b883fe0ec5"
},
"downloads": -1,
"filename": "pyheap_elunico-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01da5311e3a621d524433b785a69c3a5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 5672,
"upload_time": "2023-03-16T01:55:54",
"upload_time_iso_8601": "2023-03-16T01:55:54.192216Z",
"url": "https://files.pythonhosted.org/packages/9c/2e/429f2e486ac876786cc1a3cb3392dd8145292d40c84104d4bb1c0a695cb0/pyheap_elunico-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f3a4c6be847e52429a160c9a995034806bc4239f13690673ca69e2f457a66739",
"md5": "55df6de633e4ac1cbf9a29d605a239b6",
"sha256": "23764edbde840af231c9375f26eabb1e4b3b6c95f3aa63454c144e339a47f7ce"
},
"downloads": -1,
"filename": "pyheap-elunico-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "55df6de633e4ac1cbf9a29d605a239b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 5089,
"upload_time": "2023-03-16T01:55:55",
"upload_time_iso_8601": "2023-03-16T01:55:55.167214Z",
"url": "https://files.pythonhosted.org/packages/f3/a4/c6be847e52429a160c9a995034806bc4239f13690673ca69e2f457a66739/pyheap-elunico-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-16 01:55:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "elunico",
"github_project": "pyheap",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pyheap-elunico"
}