Total Complexity | 0 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 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 |