Source code for cowbird.__meta__

"""
General meta information on the package.
"""

[docs]__version__ = "0.4.1"
[docs]__title__ = "Cowbird"
[docs]__package__ = "cowbird" # pylint: disable=W0622
[docs]__author__ = "Ouranos inc., CRIM"
[docs]__maintainer__ = "Ouranos inc., CRIM"
[docs]__email__ = ""
[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]__platforms__ = ["linux_x86_64"]
[docs]__natural_language__ = "English"
[docs]__license__ = "MIT"
[docs]__keywords__ = [ __title__, "DACCS", "PAVICS", "Birdhouse",
]