python-benedict/benedict/metadata.py

10 lines
424 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
__author__ = 'Fabio Caccamo'
__copyright__ = 'Copyright (c) 2019-2020 Fabio Caccamo'
2020-09-20 17:45:46 +00:00
__description__ = 'python-benedict is a dict subclass with keylist/keypath support, I/O shortcuts (base64, csv, json, pickle, plist, query-string, toml, xml, yaml) and many utilities... for humans, obviously.'
2019-06-01 15:22:00 +00:00
__email__ = 'fabio.caccamo@gmail.com'
__license__ = 'MIT'
__title__ = 'benedict'
2020-09-20 17:45:46 +00:00
__version__ = '0.20.0'