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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dictim-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dictim-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
377b22b8060ed950c92e6a00efd97380b23171960830b1c9ec607b3703093c43
|
|
| MD5 |
14f5060f019cec665b2860932ecb56cf
|
|
| BLAKE2b-256 |
b1c72632fdfe6ae4e0596d1aa06cee02d92143626d349afcb364aca5319a2298
|