Metadata-Version: 2.1
Name: tomoscan
Version: 0.3.3
Summary: utilitary to access tomography data at esrf
Home-page: https://gitlab.esrf.fr/tomotools/tomoscan.git
Author: data analysis unit
Author-email: henri.payno@esrf.fr
License: UNKNOWN
Description: # tomoscan
        
        This library is offering an abstraction to access tomography data from various file format (.edf, .hdf5)
        
        ## installation
        
        To install the latest 'tomoscan' pip package
        
        ```bash
        pip install tomoscan
        ```
        
        You can also install tomoscanfrom source:
        
        ```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/)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: full
