"""
General meta information on the package.
"""
[docs]
__package__ = "cowbird" # pylint: disable=W0622
[docs]
__author__ = "Ouranos inc., CRIM"
[docs]
__maintainer__ = "Ouranos inc., CRIM"
[docs]
__url__ = "https://github.com/Ouranosinc/cowbird"
[docs]
__docker__ = "https://hub.docker.com/r/pavics/cowbird"
[docs]
__description__ = "Cowbird is a middleware that manages interactions between various birds of the bird-house stack."
[docs]
__natural_language__ = "English"
[docs]
__keywords__ = [
__title__,
"DACCS",
"PAVICS",
"Birdhouse",
]