> cat /dev/github | grep security-tools
discovered 03 Aug 2026

DottedDict

via awesome-list
→ View on GitHub
DottedDict is a Python library designed to facilitate easy access to complex objects like dictionaries and lists using a dotted path notation. It supports creation of DottedDict and DottedList types that maintain the same accessors as standard Python dicts and lists, allowing intuitive and flexible data manipulation and retrieval. Notable features include the ability to access deep nested structures seamlessly and the utility functions for loading JSON and handling escaped keys.