{"library":"nocasedict","title":"nocasedict","description":"A case-insensitive ordered dictionary for Python. Version 2.2.0, supports Python >=3.9. Released under Apache 2.0. Maintained with irregular releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install nocasedict"],"cli":null},"imports":["from nocasedict import NocaseDict"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from nocasedict import NocaseDict\n\nd = NocaseDict({'KEY': 'value'})\nprint(d['key'])  # 'value'\nprint(d['KEY'])  # 'value'\nd['NewKey'] = 1\nprint('newkey' in d)  # True","lang":"python","description":"Create a case-insensitive dictionary and access keys case-insensitively.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}