Metadata-Version: 2.1
Name: NeXpy
Version: 0.13.2
Summary: NeXpy: A Python GUI to analyze 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/nexpy/
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 :: 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: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: nexusformat (>=0.6.0)
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: qtpy
Requires-Dist: ipykernel (>=5.2.0)
Requires-Dist: qtconsole
Requires-Dist: ipython
Requires-Dist: matplotlib
Requires-Dist: lmfit
Requires-Dist: pylatexenc
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>`_.


