Metadata-Version: 2.1
Name: nspyre
Version: 0.4.4
Summary: Networked Scientific Python Research Environment
Home-page: https://github.com/nspyre-org/nspyre
Author: Alexandre Bourassa
Author-email: abourassa@uchicago.edu
Maintainer: Michael Solomon
Maintainer-email: msolo@uchicago.edu
License: BSD 3-Clause License
Project-URL: Bug Reports, https://github.com/nspyre-org/nspyre/issues
Project-URL: Source, https://github.com/nspyre-org/nspyre/
Keywords: nspyre,measurement toolkit,experimentation platform,physics,science,research
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Logging
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: numpy (>=1.19.1)
Requires-Dist: scipy (>=1.5.2)
Requires-Dist: pandas (>=1.1.2)
Requires-Dist: pymongo (>=3.10.1)
Requires-Dist: pyqt5 (>=5.12.3)
Requires-Dist: pyqtgraph (>=0.11.0)
Requires-Dist: qscintilla (>=2.11.2)
Requires-Dist: pyvisa (>=1.10.1)
Requires-Dist: pint (>=0.15)
Requires-Dist: pimpmyclass (>=0.4.3)
Requires-Dist: lantzdev (>=0.5.2)
Requires-Dist: parse (>=1.18.0)
Requires-Dist: tqdm (>=4.49.0)
Requires-Dist: rpyc (>=4.1.5)
Provides-Extra: dev
Requires-Dist: pytest (>=6.1.2) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: psutil (>=5.7.3) ; extra == 'dev'

# nspyre
[![GitHub license](https://img.shields.io/github/license/nspyre-org/nspyre)](https://github.com/nspyre-org/nspyre/blob/master/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/nspyre/badge/?version=latest)](https://nspyre.readthedocs.io/en/latest/?badge=latest)

Networked Scientific Python Research Environment

See https://nspyre.readthedocs.io/en/develop/

## Installation

```
conda install -c conda-forge nspyre
```
