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
|
[metadata]
name = nxtomomill
version = attr: nxtomomill.__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 = "applications and library to convert raw format to NXTomo format"
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://gitlab.esrf.fr/tomotools/nxtomomill
project_urls =
Bug Tracker = https://gitlab.esrf.fr/tomotools/nxtomomill/-/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 =
numpy
h5py>=3.0
silx>=2.0
nxtomo>=1.3.0dev3
tomoscan[full]>=2.1.0a12
packaging
pyunitsystem>=2.0.0a
tqdm
[options.entry_points]
console_scripts =
nxtomomill=nxtomomill.__main__:main
[options.extras_require]
test =
pytest
python-gitlab
doc =
%(test)s
Sphinx>=4.0.0, <5.2.0
nbsphinx
pandoc
ipykernel
jupyter_client
nbconvert
scikit-image
h5glance
pydata_sphinx_theme
sphinx-design
sphinx-autodoc-typehints
setup_requires =
setuptools
numpy
[build_sphinx]
source-dir = ./doc
|