benedict.metadata   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 9
dl 0
loc 12
rs 10
c 0
b 0
f 0
1
__author__ = "Fabio Caccamo"
2
__copyright__ = "Copyright (c) 2019-present - Fabio Caccamo"
3
__description__ = (
4
    "python-benedict is a dict subclass with keylist/keypath support, normalized I/O"
5
    " operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml)"
6
    " and many utilities... for humans, obviously."
7
)
8
__email__ = "[email protected]"
9
__license__ = "MIT"
10
__title__ = "benedict"
11
__version__ = "0.28.3"
12