spateo

Spatiotemporal modeling of spatial transcriptomics

Subpackages

Submodules

Attributes

Functions

get_version(→ str)

Get the version of a package or module

Package Contents

spateo.get_version(package: pathlib.Path | str) str[source]

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]