{"library":"attmap","type":"library","category":null,"description":"Multiple access patterns for key-value reference. attmap provides AttMap, a mapping subclass that allows attribute-style access (e.g., obj.key) alongside dict-style access (e.g., obj['key'] or obj.get('key')). It is useful for configuration objects, simple namespaces, and data structures where you want flexible key access. Version 0.14.0 is stable, requires Python >=3.8, and is maintained on GitHub (pepkit/attmap).","language":"python","status":"active","version":"0.14.0","tags":["mapping","attribute-access","dict-subclass","configuration","key-value-store"],"last_verified":"Mon Apr 27","install":[{"cmd":"pip install attmap","imports":["from attmap import AttMap"]}],"homepage":null,"github":"https://github.com/pepkit/attmap","docs":null,"changelog":null,"pypi":"https://pypi.org/project/attmap/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}