python-benedict/benedict/metadata.py

10 lines
293 B
Python
Raw Normal View History

# -*- 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'
__license__ = 'MIT'
__title__ = 'benedict'
__version__ = '0.7.0'