Caseless

Latest version: v0.5.0

Safety actively analyzes 623898 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.0

What's Changed

* chore: implement the black formatter by clintval in https://github.com/clintval/caseless/pull/2

**Full Changelog**: https://github.com/clintval/caseless/compare/0.4.0...0.5.0

0.4.0

A caseless typed dictionary in Python.

console
pip install caseless


python
from caseless import CaselessDict

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

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.