Metadata-Version: 1.1
Name: nexusformat
Version: 0.3.0
Summary: nexusformat: Python API to access NeXus data
Home-page: http://nexpy.github.io/nexpy/
Author: NeXpy Development Team
Author-email: nexpydev@gmail.com
License: BSD
Download-URL: https://github.com/nexpy/nexusformat/
Description: 
        This package provides a Python API to open, create, and manipulate `NeXus data 
        <http://www.nexusformat.org/>`_ written in the HDF5 format. The 'nexusformat' 
        package provides the underlying API for `NeXpy 
        <http://nexpy.github.io/nexpy>`_, which provides a GUI interface. It also 
        contains a command-line script, `nxstack` for merging TIFF or CBF files into a 
        single HDF5 array.
        
        The latest development version is always available from `NeXpy's GitHub
        site <https://github.com/nexpy/nexusformat>`_.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
