pycollectionsx
Extended data-structure toolkit — PriorityQueue, Trie, LRUCache, etc.
Installation
pip install pycollectionsx
Usage
from pycollectionsx import PriorityQueue, Trie, LRUCache
pq = PriorityQueue()
pq.push("item", 1)
trie = Trie()
trie.insert("hello")
cache = LRUCache(10)
cache.put("key", "value")
License
MIT
Release files for pycollectionsx 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycollectionsx-0.1.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycollectionsx-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / pycollectionsx-0.1.0.tar.gz
| Download URL | pycollectionsx-0.1.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4df5a423ef1f0aa28b20b701da434125e260627bde1dc46a4b4fd5d7cab95632
|
|
BLAKE2b-256 checksum How to use checksums |
f108e27b7bda7a7d7ca49fe8fedd1a03fa08b4a83508361d15d0b5243328189c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / pycollectionsx-0.1.0-py3-none-any.whl
| Download URL | pycollectionsx-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b3dbab15184efe494dc7906020f13e52a86cb479a71c930227560e0a550bdec6
|
|
BLAKE2b-256 checksum How to use checksums |
f932990469c8f729e073f07dd62ae1aabac71933e1aca5af1b95772c80775ffb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|