Metadata-Version: 2.4
Name: tomobase
Version: 0.0.0.dev1
Summary: Common base classes for tomography data objects
Author-email: Henri Payno <henri.payno@esrf.fr>, Pierre Paleo <pierre.paleo@esrf.fr>, Pierre-Olivier Autran <pierre-olivier.autran@esrf.fr>, Jérôme Lesaint <jerome.lesaint@esrf.fr>
License-Expression: MIT
Keywords: NXtomo,nexus,tomography,esrf
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py>=3.0
Requires-Dist: silx>=2.0
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Provides-Extra: doc
Requires-Dist: Sphinx<5.2.0,>=4.0.0; extra == "doc"
Requires-Dist: pydata_sphinx_theme; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: myst-parser; extra == "doc"
Dynamic: license-file

# tomobase

![tomobase](doc/img/tomobase-lockup.svg)

Common base classes and utilities shared by [tomoscan](https://gitlab.esrf.fr/tomotools/tomoscan)
(tomography scan reading) and [volio](https://gitlab.esrf.fr/tomotools/volio) (volume load/save):

* the `TomoObject` / `BaseIdentifier`
* `Series`, `Source`, `Progress`, `CoordinateSystem`
* shared IO, geometry and deprecation utilities

## installation

### using pypi

To install the latest 'tomobase' pip package

``` bash
pip install tomobase
```

### using gitlab repository

``` bash
pip install git+https://gitlab.esrf.fr/tomotools/tomobase.git
```

## documentation

General documentation can be found here: [https://tomotools.gitlab-pages.esrf.fr/tomobase/](https://tomotools.gitlab-pages.esrf.fr/tomobase/)
