from scvae.__version__ import __version__
__name__ = "scvae"
__title__ = "scVAE"
__description__ = "Model single-cell transcript counts using deep learning."
__url__ = "http://github.com/scvae/scvae"
__author__ = "Christopher Heje Grønbech, Maximillian Fornitz Vording"
__maintainer__ = "Christopher Heje Grønbech"
__email__ = "christopher.groenbech@qlucore.com"
__license__ = "Apache 2.0"
__copyright__ = "Copyright 2017–2020 scVAE authors"