Skip to main content

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

If you're not sure about the file name format, learn more about wheel file names.

dictim-0.1.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

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

Hashes for dictim-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 377b22b8060ed950c92e6a00efd97380b23171960830b1c9ec607b3703093c43
MD5 14f5060f019cec665b2860932ecb56cf
BLAKE2b-256 b1c72632fdfe6ae4e0596d1aa06cee02d92143626d349afcb364aca5319a2298

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page