Metadata-Version: 2.1
Name: nxtomo
Version: 1.2.6
Summary: module to create / edit NXtomo application
Author-email: Henri Payno <henri.payno@esrf.fr>, Pierre Paleo <pierre.paleo@esrf.fr>, Alessandro Mirone <mirone@esrf.fr>, Jérôme Lesaint <jerome.lesaint@esrf.fr>
License: 
        The nxtomo library goal is to provide a powerful python interface to read / write nexus NXtomo application
        
        nxtomo is distributed under the MIT license.
        
        The MIT license follows:
        
        Copyright (c) European Synchrotron Radiation Facility (ESRF)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
        the Software, and to permit persons to whom the Software is furnished to do so,
        subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://gitlab.esrf.fr/tomotools/nxtomo
Project-URL: Documentation, https://gitlab.esrf.fr/tomotools/nxtomo/pages
Project-URL: Repository, https://gitlab.esrf.fr/tomotools/nxtomo
Project-URL: Changelog, https://gitlab.esrf.fr/tomotools/nxtomo/-/blob/master/CHANGELOG.md
Keywords: NXtomo,nexus,tomography,tomotools,esrf
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py >=3.0
Requires-Dist: numpy <2.0
Requires-Dist: packaging
Requires-Dist: pyunitsystem >=1.0
Requires-Dist: silx >=2.0
Provides-Extra: doc
Requires-Dist: Sphinx <5.2.0,>=4.0.0 ; extra == 'doc'
Requires-Dist: h5glance ; extra == 'doc'
Requires-Dist: ipykernel ; extra == 'doc'
Requires-Dist: jupyter-client ; extra == 'doc'
Requires-Dist: jupyterlab ; extra == 'doc'
Requires-Dist: nbconvert ; extra == 'doc'
Requires-Dist: nbsphinx ; extra == 'doc'
Requires-Dist: pandoc ; extra == 'doc'
Requires-Dist: pydata-sphinx-theme ; extra == 'doc'
Requires-Dist: scikit-image ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# nxtomo

the goal of this project is to provide a powerful and user friendly API to create and edit [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html) application


Please find at https://tomotools.gitlab-pages.esrf.fr/nxtomo the latest documentation

Tutorials are avaible here: https://tomotools.gitlab-pages.esrf.fr/nxtomo/
