diot
package
diot
Dot notation and access for dictionaries in python
module
diot.transforms
Key transforms for diot
@Attribute: TRANSFORMS: Builtin transforms
Functions
camel_case(item)(str) — Transform item to camel case format</>lower_case(item)(str) — Transform item to lower case</>safe_transform(item)(str) — Transform an arbitrary key into a safe key for dot notation</>snake_case(item)(str) — Transform item to snake case</>upper_case(item)(str) — Transform item to upper case</>
diot module
Classes
Diot— Dictionary with dot notation</>CamelDiot— With camel case conversion</>SnakeDiot— With snake case conversion</>FrozenDiot— The frozen diot</>OrderedDiot— With key order preserved</>