2019-05-17 14:15:18 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
__author__ = 'Fabio Caccamo'
|
|
|
|
__copyright__ = 'Copyright (c) 2019 Fabio Caccamo'
|
2019-06-11 16:41:01 +00:00
|
|
|
__description__ = '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-09-23 12:14:06 +00:00
|
|
|
__version__ = '0.9.0'
|