File: PKG-INFO

package info (click to toggle)
tomoscan 2.3.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,288 kB
  • sloc: python: 18,298; sh: 44; makefile: 9
file content (101 lines) | stat: -rw-r--r-- 3,690 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Metadata-Version: 2.4
Name: tomoscan
Version: 2.3.5
Summary: Utility to access tomography data at ESRF
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>, Alessandro Mirone <mirone@esrf.fr>
License: MIT
Keywords: NXtomo,nexus,tomography,esrf,bliss-tomo
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: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
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: defusedxml
Requires-Dist: h5py>=3.0
Requires-Dist: silx>=2.0
Requires-Dist: lxml
Requires-Dist: dicttoxml
Requires-Dist: psutil
Requires-Dist: nxtomo>=3.0.0dev0
Requires-Dist: numpy
Requires-Dist: packaging>=22.0
Requires-Dist: pint
Requires-Dist: platformdirs
Provides-Extra: compression-plugins
Requires-Dist: hdf5plugin; extra == "compression-plugins"
Requires-Dist: blosc2-grok; extra == "compression-plugins"
Provides-Extra: full-no-compression-plugins
Requires-Dist: glymur; extra == "full-no-compression-plugins"
Requires-Dist: tqdm; extra == "full-no-compression-plugins"
Requires-Dist: tifffile[zarr]>=2023.7.4; extra == "full-no-compression-plugins"
Requires-Dist: zarr; extra == "full-no-compression-plugins"
Requires-Dist: fsspec; extra == "full-no-compression-plugins"
Provides-Extra: full
Requires-Dist: tomoscan[full_no_compression_plugins]; extra == "full"
Requires-Dist: tomoscan[compression_plugins]; extra == "full"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: python-gitlab; extra == "test"
Requires-Dist: glymur; extra == "test"
Requires-Dist: tqdm; extra == "test"
Requires-Dist: tifffile[zarr]>=2023.7.4; extra == "test"
Requires-Dist: zarr; extra == "test"
Requires-Dist: fsspec; extra == "test"
Provides-Extra: doc
Requires-Dist: Sphinx<5.2.0,>=4.0.0; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: pandoc; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: jupyter_client; extra == "doc"
Requires-Dist: nbconvert; extra == "doc"
Requires-Dist: h5glance; extra == "doc"
Requires-Dist: pydata_sphinx_theme; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: glymur; extra == "doc"
Requires-Dist: tqdm; extra == "doc"
Requires-Dist: tifffile[zarr]>=2023.7.4; extra == "doc"
Requires-Dist: zarr; extra == "doc"
Requires-Dist: fsspec; extra == "doc"
Requires-Dist: myst-parser; extra == "doc"
Dynamic: license-file

# tomoscan

This library offers an abstraction to:

* access tomography data from spec acquisitions (EDF) and bliss acquisitions (HDF5)
* read and write volumes from / to HDF5, JP2K, TIFF and EDF


## installation


### using pypi

To install the latest 'tomoscan' pip package

``` bash
pip install tomoscan
```

### using gitlab repository

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

## documentation

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