hbutils.config.meta

Overview:

Meta information for hbutils package.

This module contains metadata constants for the hbutils package, including version, author information, and project description. These constants are typically used in setup configuration and package distribution.

__TITLE__

hbutils.config.meta.__TITLE__ = 'hbutils'

Title of this project (should be hbutils).

__VERSION__

hbutils.config.meta.__VERSION__ = '0.13.1'

Version of this project.

__DESCRIPTION__

hbutils.config.meta.__DESCRIPTION__ = 'Some useful functions and classes in Python infrastructure development.'

Short description of the project, will be included in setup.py.

__AUTHOR__

hbutils.config.meta.__AUTHOR__ = 'HansBug'

Author of this project.

__AUTHOR_EMAIL__

hbutils.config.meta.__AUTHOR_EMAIL__ = 'hansbug@buaa.edu.cn'

Email of the authors’.