10 lines
396 B
Python
10 lines
396 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
__author__ = 'Fabio Caccamo'
|
|
__copyright__ = 'Copyright (c) 2019 Fabio Caccamo'
|
|
__description__ = 'python-benedict is a dict subclass with keypath support, I/O shortcuts (Base64, CSV, JSON, TOML, XML, YAML, query-string) and many utilities... for humans, obviously.'
|
|
__email__ = 'fabio.caccamo@gmail.com'
|
|
__license__ = 'MIT'
|
|
__title__ = 'benedict'
|
|
__version__ = '0.15.0'
|