More Collections! Some useful data structures for dealing with Data
Project description
More Collections
Some useful data structures for collections of data
Class Index
Provide indexing for a list. Inner properties can be used for keys, and keys can be tuples of properties.
Class UniqueIndex
Same as Index, but includes checks and optimization to ensure members' keys are unique.
Class Queue
A Queue
is a list, with add()
and pop()
. It ensures members in the queue are not duplicated by not adding the ones already found in the queue.
Class Matrix
A multidimensional grid of values that can be used like a Mapping
from a-tuple-of-coordinates to the value at that coordinate. Plus a few other convenience methods.
This is a naive implementation. The hope it is a simple facade to a faster implementation.
Class Relation
Store the many-to-many relations between two domains
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mo_collections-5.628.24136.tar.gz
.
File metadata
- Download URL: mo_collections-5.628.24136.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b290e73ba9d401d95f04f8f60e9c9f6110eaf1def8cdd2a286c442b0ad60db76 |
|
MD5 | a08edb92e8822b9b6a9b5fc338f15669 |
|
BLAKE2b-256 | 24d9e5428e9d70ca0a39fa1941bb4e63d5753c9b76f49da9bcb5961a2b52dcf8 |
File details
Details for the file mo_collections-5.628.24136-py3-none-any.whl
.
File metadata
- Download URL: mo_collections-5.628.24136-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14d011bd80b381dd32d3050ef9be37d6aea3e8314bfc3e7a1922ad0be1b4ded5 |
|
MD5 | 9dbfe5ebbbcea1b36de9e25022e1bf6d |
|
BLAKE2b-256 | 37ee7943d7e15219e928fdaff6b1178c13f0666e8a0fe7200b493819412b9682 |