Source code for sirup

"""Documentation about sirup"""
import logging


logging.getLogger(__name__).addHandler(logging.NullHandler())

[docs] __author__ = "Flavio Hafner"
[docs] __email__ = "f.hafner@esciencecenter.nl"
[docs] __version__ = "0.2.4"