{"id":34648889,"url":"https://github.com/clintval/caseless","last_synced_at":"2026-05-25T08:34:55.438Z","repository":{"id":200618521,"uuid":"689725104","full_name":"clintval/caseless","owner":"clintval","description":"A typed dictionary in Python with case-insensitive keys","archived":false,"fork":false,"pushed_at":"2023-10-19T21:12:17.000Z","size":667,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-28T22:35:16.989Z","etag":null,"topics":["case-insensitive","caseless-dict","dictionary","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/caseless/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clintval.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-10T17:56:17.000Z","updated_at":"2023-10-17T17:10:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d01ecfc4-e029-49d6-85c7-7853245cdc2e","html_url":"https://github.com/clintval/caseless","commit_stats":null,"previous_names":["clintval/caseless"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/clintval/caseless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintval%2Fcaseless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintval%2Fcaseless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintval%2Fcaseless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintval%2Fcaseless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clintval","download_url":"https://codeload.github.com/clintval/caseless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clintval%2Fcaseless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33467428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["case-insensitive","caseless-dict","dictionary","python"],"created_at":"2025-12-24T17:53:27.729Z","updated_at":"2026-05-25T08:34:55.433Z","avatar_url":"https://github.com/clintval.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# caseless\n\n[![CI](https://github.com/clintval/caseless/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/clintval/caseless/actions/workflows/test.yml)\n[![PyPi Release](https://badge.fury.io/py/caseless.svg)](https://badge.fury.io/py/caseless)\n[![Python Versions](https://img.shields.io/pypi/pyversions/caseless.svg)](https://pypi.python.org/pypi/caseless/)\n[![MyPy Checked](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\nA typed dictionary in Python with case-insensitive keys.\n\n```console\npip install caseless\n```\n\n![Guitar Lake, California](https://github.com/clintval/caseless/raw/82ec043f64a2b887ecb5233e5a43e2a2e2950b6e/.github/img/cover.jpg)\n\n```python\nfrom caseless import CaselessDict\n\nCaselessDict({\"lower\": \"UPPER\"})[\"LOWER\"] == \"UPPER\"\nCaselessDict({\"lower\": \"UPPER\"}).get(\"LOWER\") == \"UPPER\"\nCaselessDict({\"lower\": \"value\"}) == CaselessDict({\"LOWER\": \"value\"})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclintval%2Fcaseless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclintval%2Fcaseless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclintval%2Fcaseless/lists"}