|
Metadata-Version: 2.1
|
|
Name: scipy
|
|
Version: 1.1.0
|
|
Summary: SciPy: Scientific Library for Python
|
|
Home-page: https://www.scipy.org
|
|
Maintainer: SciPy Developers
|
|
Maintainer-email: scipy-dev@python.org
|
|
License: BSD
|
|
Download-URL: https://github.com/scipy/scipy/releases
|
|
Platform: Windows
|
|
Platform: Linux
|
|
Platform: Solaris
|
|
Platform: Mac OS-X
|
|
Platform: Unix
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Science/Research
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Programming Language :: C
|
|
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.4
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
Classifier: Topic :: Software Development
|
|
Classifier: Topic :: Scientific/Engineering
|
|
Classifier: Operating System :: Microsoft :: Windows
|
|
Classifier: Operating System :: POSIX
|
|
Classifier: Operating System :: Unix
|
|
Classifier: Operating System :: MacOS
|
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
|
|
Requires-Dist: numpy (>=1.8.2)
|
|
|
|
SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
|
|
science, and engineering. The SciPy library
|
|
depends on NumPy, which provides convenient and fast N-dimensional
|
|
array manipulation. The SciPy library is built to work with NumPy
|
|
arrays, and provides many user-friendly and efficient numerical
|
|
routines such as routines for numerical integration and optimization.
|
|
Together, they run on all popular operating systems, are quick to
|
|
install, and are free of charge. NumPy and SciPy are easy to use,
|
|
but powerful enough to be depended upon by some of the world's
|
|
leading scientists and engineers. If you need to manipulate
|
|
numbers on a computer and display or publish the results,
|
|
give SciPy a try!
|
|
|
|
|
|
|