Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-HeapDict | Distribution: openSUSE:Factory:zSystems |
Version: 1.0.1 | Vendor: openSUSE |
Release: 3.4 | Build date: Wed Jan 24 03:11:04 2024 |
Group: Unspecified | Build host: reproducible |
Size: 15341 | Source RPM: python-HeapDict-1.0.1-3.4.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://stutzbachenterprises.com/ | |
Summary: A heap with decrease-key and increase-key operations |
HeapDict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It's designed to be used as a priority queue. Unlike the Python standard library's heapq module, the HeapDict supports efficiently changing the priority of an existing object (often called "decrease-key" in textbooks). Altering the priority is important for many algorithms such as Dijkstra's Algorithm and A*.
BSD-3-Clause
* Wed Jan 24 2024 Steve Kowalik <[email protected]> - Switch to pyproject macros. - Clean up Python 2 leftovers. - Use pytest to run the testsuite. * Thu Dec 24 2020 Benjamin Greiner <[email protected]> - Support multiple python3 flavors gh#openSUSE/python-rpm-macros#66 * Tue Sep 24 2019 Tomáš Chvátal <[email protected]> - Update to 1.0.1: * no upstream changelog * Tue Dec 04 2018 Matej Cepl <[email protected]> - Remove superfluous devel dependency for noarch package, but keep testsuite working. * Wed Aug 09 2017 [email protected] - Fix building on SLE * Wed May 17 2017 [email protected] - Initial version
/usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/LICENSE /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/METADATA /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/RECORD /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/REQUESTED /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/top_level.txt /usr/lib/python3.13/site-packages/HeapDict-1.0.1.dist-info/zip-safe /usr/lib/python3.13/site-packages/__pycache__/heapdict.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/__pycache__/heapdict.cpython-313.pyc /usr/lib/python3.13/site-packages/heapdict.py /usr/share/doc/packages/python313-HeapDict /usr/share/doc/packages/python313-HeapDict/README.rst /usr/share/licenses/python313-HeapDict /usr/share/licenses/python313-HeapDict/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 3 23:45:09 2024