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
|
[metadata]
name = tomoscan
version = attr: tomoscan.__version__
author = Henri Payno, Pierre Paleo, Pierre-Olivier Autran, Jérôme Lesaint, Alessandro Mirone
author_email = henri.payno@esrf.fr, pierre.paleo@esrf.fr, pierre-olivier.autran@esrf.fr, jerome.lesaint@esrf.fr, mirone@esrf.fr
description = "utilitary to access tomography data at esrf"
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://gitlab.esrf.fr/tomotools/tomoscan
project_urls =
Bug Tracker = https://gitlab.esrf.fr/tomotools/tomoscan/-/issues
classifiers =
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Environment :: Console
Environment :: X11 Applications :: Qt
Operating System :: POSIX
Natural Language :: English
Topic :: Scientific/Engineering :: Physics
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
python_requires = >=3.6
install_requires =
setuptools
h5py>=3.0
silx>=2.0
lxml
dicttoxml
packaging
psutil
nxtomo>=1.3.0dev8
pyunitsystem>=2.0.0a
numpy<2.0
packaging>=22.0 # https://github.com/pypa/setuptools/issues/4483
[options.extras_require]
full =
glymur
imageio
tqdm
tifffile[zarr]>=2023.7.4; python_version >= '3.10'
tifffile; python_version < '3.10'
zarr; python_version < '3.10'
fsspec; python_version < '3.10'
test =
%(full)s
pytest
python-gitlab
doc =
%(full)s
Sphinx>=4.0.0, <5.2.0
nbsphinx
pandoc
ipykernel
jupyter_client
nbconvert
h5glance
pydata_sphinx_theme
sphinx-design
sphinx-autodoc-typehints
setup_requires =
setuptools
numpy
[build_sphinx]
source-dir = ./doc
[egg_info]
tag_build =
tag_date = 0
|