spateo¶
Spatiotemporal modeling of spatial transcriptomics
Subpackages¶
Submodules¶
Attributes¶
Functions¶
|
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 ofgit 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.pyor…/module/__init__.py)