case insensitive dict for modern python
Project description
dictim
case insensitive dict for modern Python (Python 3)
Usage
pip install dictim
Example
from dictim import dictim
favorites = dictim({"Hamm": "bass", "Skolnick": "guitar", "Björk": "vocal", "MOTÖRHEAD": "band"})
# access values with case insensitivity, including unicode
print(favorites["hamm"]) # bass
print(favorites["skolnick"]) # guitar
print(favorites["björk"]) # vocal
print(favorites["Motörhead"]) # band
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file dictim-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: dictim-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8efcecaf8d8fb74917d2b02a540b4edb8ff90c353b3c726659abceed0ae36220 |
|
MD5 | b9ee9f181bb31fbf01caa45f603fcfc3 |
|
BLAKE2b-256 | 1980406bb9b42074166bc1eaf9a79849077b7c20c4d8c32103f1cd38b2368967 |