Collection objects similar to those in stdlib by jaraco
Project description
Models and classes to supplement the stdlib ‘collections’ module.
See the docs, linked above, for descriptions and usage examples.
Highlights include:
RangeMap: A mapping that accepts a range of values for keys.
Projection: A subset over an existing mapping.
DictFilter: A different implementation of a projection.
KeyTransformingDict: Generalized mapping with keys transformed by a function.
FoldedCaseKeyedDict: A dict whose string keys are case-insensitive.
BijectiveMap: A map where keys map to values and values back to their keys.
ItemsAsAttributes: A mapping mix-in exposing items as attributes.
IdentityOverrideMap: A map whose keys map by default to themselves unless overridden.
FrozenDict: A hashable, immutable map.
Enumeration: An object whose keys are enumerated.
Everything: A container that contains all things.
Least, Greatest: Objects that are always less than or greater than any other.
pop_all: Return all items from the mutable sequence and remove them from that sequence.
DictStack: A stack of dicts, great for sharing scopes.
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
Hashes for jaraco.collections-3.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c82d41122d9c9b5f44ca244188e7f78fc048365ebd92c6cda053fa6c1d185977 |
|
MD5 | c139f6576690a5fea94359fa975d4352 |
|
BLAKE2b-256 | cfc02ecc7863197324b309cdb24780ae405138eddfd3ae4a949007aefad37524 |