Metadata-Version: 2.1
Name: NeXpy
Version: 0.10.12
Summary: NeXpy: A Python GUI to analyze NeXus data
Home-page: http://nexpy.github.io/nexpy/
Download-URL: https://github.com/nexpy/nexpy/
Author: NeXpy Development Team
Author-email: nexpydev@gmail.com
License: BSD
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: nexusformat>=0.4.18
Requires-Dist: numpy>=1.6.0
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: jupyter
Requires-Dist: ipython>=4.0.0
Requires-Dist: matplotlib>=1.5.0
Requires-Dist: ansi2html
Requires-Dist: pillow
Provides-Extra: spec
Requires-Dist: spec2nexus>=2017.901.4; extra == "spec"


NeXpy provides a high-level python interface to `NeXus data 
<http://www.nexusformat.org/>`_ contained within a simple GUI. It is designed to 
provide an intuitive interactive toolbox allowing users both to access existing 
NeXus files and to create new NeXus-conforming data structures without expert 
knowledge of the file format.

The latest development version is always available from `NeXpy's GitHub
site <https://github.com/nexpy/nexpy>`_.
