python-benedict/benedict/metadata.py

12 lines
448 B
Python
Raw Normal View History

2022-02-13 10:35:43 +00:00
__author__ = "Fabio Caccamo"
__copyright__ = "Copyright (c) 2019-present - Fabio Caccamo"
2021-10-12 12:27:35 +00:00
__description__ = (
2022-02-13 10:35:43 +00:00
"python-benedict is a dict subclass with keylist/keypath support, normalized I/O"
2022-10-09 13:07:57 +00:00
" operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml)"
2022-02-13 10:35:43 +00:00
" and many utilities... for humans, obviously."
2021-10-12 12:27:35 +00:00
)
2022-02-13 10:35:43 +00:00
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "benedict"
2023-09-18 20:58:25 +00:00
__version__ = "0.32.1"