FICHA · MANJARO

python-attrdict

A library that provides mapping objects that allow their elements to be accessed both as keys and as attributes

  • Library
  • Dev
  • NONE
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Use mapping objects in Python whose values can be accessed with both dictionary keys and attribute syntax. It helps small applications and scripts work with structured data more conveniently.

Attribute access can hide naming conflicts or missing keys. Use explicit dictionaries for untrusted or schema-critical data when clarity matters.

Permissions

Permissions not analysed for this source yet.