onetoonemap
This is a python module that implements a 1:1 mapping type - similar to a dict, but as well as looking up values by keys (m[k] -> v), you can look up keys by values (m[v] -> k).
Given m = OneToOneMap(), the following constraints are always true:
m.get(key) == value
m.get(value) == key
m.keys() == set(m.keys())
m.values() == set(m.values())
set(m.keys()) & set(m.values()) == set()
set.(m.keys()).isdisjoint(set(m.values())) == True
Release files for onetoonemap 1.0.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 | |
|---|---|---|---|
| onetoonemap-1.0.0.tar.gz | 2.0 kB | Details |
Release files / onetoonemap-1.0.0.tar.gz
| Download URL | onetoonemap-1.0.0.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9b739c574f9dffb927e5c21e9c9fe90a29f4b94103cd3d73cdf9c3cb286852b7
|
|
BLAKE2b-256 checksum How to use checksums |
8e364cf8935d0509cebe035bb7cae81a9e9da509d80a663bdb386ce148c7394e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |