spateo#

Spatiotemporal modeling of spatial transcriptomics

Subpackages#

Submodules#

Package Contents#

Functions#

get_version

A minimalistic version helper in the spirit of versioneer, that is able to run without build step using pkg_resources.

Attributes#

spateo.get_version(package: Union[pathlib.Path, str]) str#

Get the version of a package or module Pass a module path or package name. The former is recommended, since it also works for not yet installed packages. Supports getting the version from #. The directory name (as created by setup.py sdist) #. The output of git describe #. The package metadata of an installed package

(This is the only possibility when passing a name)

Parameters
package

package name or module path (…/module.py or …/module/__init__.py)

spateo.__version__[source]#
spateo.config[source]#