Skip to main content

A typed dictionary in Python with case-insensitive keys

Project description

caseless

CI PyPi Release Python Versions MyPy Checked Ruff

A typed dictionary in Python with case-insensitive keys.

pip install caseless

Guitar Lake, California

from caseless import CaselessDict

CaselessDict({"lower": "UPPER"})["LOWER"] == "UPPER"
CaselessDict({"lower": "UPPER"}).get("LOWER") == "UPPER"
CaselessDict({"lower": "value"}) == CaselessDict({"LOWER": "value"})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

caseless-0.5.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

caseless-0.5.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file caseless-0.5.0.tar.gz.

File metadata

  • Download URL: caseless-0.5.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for caseless-0.5.0.tar.gz
Algorithm Hash digest
SHA256 09c1a22f57adff21e0f5082076c37ed4ef5fbca28a8fddb2a0de66ad01ff9d33
MD5 7d029ffc251193562d3efa83d54d03a5
BLAKE2b-256 f3dce95a8f4f1a4f56f8fd6f3dd7a1ea0689406bf2a2e647a108a5dcd5a77765

See more details on using hashes here.

File details

Details for the file caseless-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: caseless-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for caseless-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6d52166b4a13394b30079201e2bc1716bc93f37488863718262f05c18191f8ff
MD5 f961c0b5af5ecbd08f8cbda8397300a4
BLAKE2b-256 5bd84bcb8b0b3adaf5818e2232160c2cebf52b0e7107f606cf92b2246dee0a69

See more details on using hashes here.

Supported by

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