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.2.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file dictim-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: dictim-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for dictim-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 89c6508b69cf3c6bbf1e599340ce998b0c7f1a748d5558ae31840aaa45afd100
MD5 119def94b79c107371a81321c95a9792
BLAKE2b-256 55a8fefc89a36d12a74a8db9b3f456e67a83696b35a76b14ac20c6f30c5df577

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