spateo¶
Spatiotemporal modeling of spatial transcriptomics
Submodules¶
- spateo.align
- spateo.alignment
- spateo.configuration
- spateo.cs
- spateo.data_io
- spateo.dd
- spateo.digitization
- spateo.errors
- spateo.external
- spateo.get_version
- spateo.io
- spateo.logging
- spateo.pl
- spateo.plotting
- spateo.pp
- spateo.preprocessing
- spateo.sample_data
- spateo.segmentation
- spateo.svg
- spateo.tdr
- spateo.tl
- spateo.tools
- spateo.utils
- spateo.warnings
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)