2019-05-17 14:15:18 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
__author__ = 'Fabio Caccamo'
|
|
|
|
__copyright__ = 'Copyright (c) 2019 Fabio Caccamo'
|
2019-05-30 11:16:59 +00:00
|
|
|
__description__ = 'python-benedict is the Python dictionary for humans dealing with evil/complex data.'
|
2019-06-01 15:22:00 +00:00
|
|
|
__email__ = 'fabio.caccamo@gmail.com'
|
2019-05-17 14:15:18 +00:00
|
|
|
__license__ = 'MIT'
|
|
|
|
__title__ = 'benedict'
|
2019-06-10 09:59:16 +00:00
|
|
|
__version__ = '0.3.0'
|
|
|
|
|