spateo ====== .. py:module:: spateo .. autoapi-nested-parse:: Spatiotemporal modeling of spatial transcriptomics Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/spateo/align/index /autoapi/spateo/alignment/index /autoapi/spateo/configuration/index /autoapi/spateo/cs/index /autoapi/spateo/data_io/index /autoapi/spateo/dd/index /autoapi/spateo/digitization/index /autoapi/spateo/errors/index /autoapi/spateo/external/index /autoapi/spateo/get_version/index /autoapi/spateo/io/index /autoapi/spateo/logging/index /autoapi/spateo/pl/index /autoapi/spateo/plotting/index /autoapi/spateo/pp/index /autoapi/spateo/preprocessing/index /autoapi/spateo/sample_data/index /autoapi/spateo/segmentation/index /autoapi/spateo/svg/index /autoapi/spateo/tdr/index /autoapi/spateo/tl/index /autoapi/spateo/tools/index /autoapi/spateo/utils/index /autoapi/spateo/warnings/index Attributes ---------- .. autoapisummary:: spateo.__version__ spateo.config Functions --------- .. autoapisummary:: spateo.get_version Package Contents ---------------- .. py:function:: 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) :param package: package name or module path (``…/module.py`` or ``…/module/__init__.py``) .. py:data:: __version__ :value: '' .. py:data:: config