Metadata-Version: 2.1
Name: spyder
Version: 3.2.4
Summary: Scientific PYthon Development EnviRonment
Home-page: https://github.com/spyder-ide/spyder
Author: The Spyder Project Contributors
License: MIT
Download-URL: https://github.com/spyder-ide/spyder/files/spyder-3.2.4.zip
Keywords: PyQt5 PyQt4 editor shell console widgets IDE
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Widget Sets
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: rope (>=0.10.5)
Requires-Dist: jedi (>=0.9.0)
Requires-Dist: pyflakes
Requires-Dist: pygments (>=2.0)
Requires-Dist: qtconsole (>=4.2.0)
Requires-Dist: nbconvert
Requires-Dist: sphinx
Requires-Dist: pycodestyle
Requires-Dist: pylint
Requires-Dist: psutil
Requires-Dist: qtawesome (>=0.4.1)
Requires-Dist: qtpy (>=1.2.0)
Requires-Dist: pickleshare
Requires-Dist: pyzmq
Requires-Dist: chardet (>=2.0.0)
Requires-Dist: numpydoc
Requires-Dist: pyqt5 (<5.10) ; python_version >= "3"
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-qt ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-xvfb ; extra == 'test'
Requires-Dist: pytest-timeout ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: flaky ; extra == 'test'
Requires-Dist: pandas ; extra == 'test'
Requires-Dist: scipy ; extra == 'test'
Requires-Dist: sympy ; extra == 'test'
Requires-Dist: pillow ; extra == 'test'
Requires-Dist: matplotlib ; extra == 'test'
Requires-Dist: cython ; extra == 'test'
Requires-Dist: mock ; (python_version == "2.7") and extra == 'test'

Spyder is an interactive Python development environment providing
MATLAB-like features in a simple and light-weighted software.
It also provides ready-to-use pure-Python widgets to your PyQt5 or
PyQt4 application: source code editor with syntax highlighting and
code introspection/analysis features, NumPy array editor, dictionary
editor, Python console, etc.

