Skip to main content

A caseless typed dictionary in Python

Project description

caseless

Build Status PyPi Release Python Versions MyPy Checked Ruff

A caseless typed dictionary in Python.

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.2.0.tar.gz (669.1 kB view hashes)

Uploaded Source

Built Distribution

caseless-0.2.0-py3-none-any.whl (669.8 kB view hashes)

Uploaded Python 3

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