METADATA 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. Metadata-Version: 2.1
  2. Name: SciPy
  3. Version: 1.11.4
  4. Summary: Fundamental algorithms for scientific computing in Python
  5. Home-page: https://www.scipy.org
  6. Download-URL: https://github.com/scipy/scipy/releases
  7. Maintainer: SciPy Developers
  8. Maintainer-email: SciPy Developers <scipy-dev@python.org>
  9. License: Copyright (c) 2001-2002 Enthought, Inc. 2003-2023, SciPy Developers.
  10. All rights reserved.
  11. Redistribution and use in source and binary forms, with or without
  12. modification, are permitted provided that the following conditions
  13. are met:
  14. 1. Redistributions of source code must retain the above copyright
  15. notice, this list of conditions and the following disclaimer.
  16. 2. Redistributions in binary form must reproduce the above
  17. copyright notice, this list of conditions and the following
  18. disclaimer in the documentation and/or other materials provided
  19. with the distribution.
  20. 3. Neither the name of the copyright holder nor the names of its
  21. contributors may be used to endorse or promote products derived
  22. from this software without specific prior written permission.
  23. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  24. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  25. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  26. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  27. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  28. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  29. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  30. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  31. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  32. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  33. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  34. Project-URL: homepage, https://scipy.org/
  35. Project-URL: documentation, https://docs.scipy.org/doc/scipy/
  36. Project-URL: source, https://github.com/scipy/scipy
  37. Project-URL: download, https://github.com/scipy/scipy/releases
  38. Project-URL: tracker, https://github.com/scipy/scipy/issues
  39. Platform: Windows
  40. Platform: Linux
  41. Platform: Solaris
  42. Platform: Mac OS-X
  43. Platform: Unix
  44. Classifier: Development Status :: 5 - Production/Stable
  45. Classifier: Intended Audience :: Science/Research
  46. Classifier: Intended Audience :: Developers
  47. Classifier: License :: OSI Approved :: BSD License
  48. Classifier: Programming Language :: C
  49. Classifier: Programming Language :: Python
  50. Classifier: Programming Language :: Python :: 3
  51. Classifier: Programming Language :: Python :: 3.9
  52. Classifier: Programming Language :: Python :: 3.10
  53. Classifier: Programming Language :: Python :: 3.11
  54. Classifier: Programming Language :: Python :: 3.12
  55. Classifier: Topic :: Software Development :: Libraries
  56. Classifier: Topic :: Scientific/Engineering
  57. Classifier: Operating System :: Microsoft :: Windows
  58. Classifier: Operating System :: POSIX :: Linux
  59. Classifier: Operating System :: POSIX
  60. Classifier: Operating System :: Unix
  61. Classifier: Operating System :: MacOS
  62. Requires-Python: >=3.9,<3.13
  63. Description-Content-Type: text/x-rst
  64. License-File: LICENSE.txt
  65. License-File: LICENSES_bundled.txt
  66. Requires-Dist: numpy (<1.28.0,>=1.21.6)
  67. Provides-Extra: dev
  68. Requires-Dist: mypy ; extra == 'dev'
  69. Requires-Dist: typing-extensions ; extra == 'dev'
  70. Requires-Dist: types-psutil ; extra == 'dev'
  71. Requires-Dist: pycodestyle ; extra == 'dev'
  72. Requires-Dist: ruff ; extra == 'dev'
  73. Requires-Dist: cython-lint (>=0.12.2) ; extra == 'dev'
  74. Requires-Dist: rich-click ; extra == 'dev'
  75. Requires-Dist: click ; extra == 'dev'
  76. Requires-Dist: doit (>=0.36.0) ; extra == 'dev'
  77. Requires-Dist: pydevtool ; extra == 'dev'
  78. Provides-Extra: doc
  79. Requires-Dist: sphinx (!=4.1.0) ; extra == 'doc'
  80. Requires-Dist: pydata-sphinx-theme (==0.9.0) ; extra == 'doc'
  81. Requires-Dist: sphinx-design (>=0.2.0) ; extra == 'doc'
  82. Requires-Dist: matplotlib (>2) ; extra == 'doc'
  83. Requires-Dist: numpydoc ; extra == 'doc'
  84. Requires-Dist: jupytext ; extra == 'doc'
  85. Requires-Dist: myst-nb ; extra == 'doc'
  86. Requires-Dist: pooch ; extra == 'doc'
  87. Provides-Extra: test
  88. Requires-Dist: pytest ; extra == 'test'
  89. Requires-Dist: pytest-cov ; extra == 'test'
  90. Requires-Dist: pytest-timeout ; extra == 'test'
  91. Requires-Dist: pytest-xdist ; extra == 'test'
  92. Requires-Dist: asv ; extra == 'test'
  93. Requires-Dist: mpmath ; extra == 'test'
  94. Requires-Dist: gmpy2 ; extra == 'test'
  95. Requires-Dist: threadpoolctl ; extra == 'test'
  96. Requires-Dist: scikit-umfpack ; extra == 'test'
  97. Requires-Dist: pooch ; extra == 'test'
  98. .. image:: https://raw.githubusercontent.com/scipy/scipy/main/doc/source/_static/logo.svg
  99. :target: https://scipy.org
  100. :width: 110
  101. :height: 110
  102. :align: left
  103. .. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
  104. :target: https://numfocus.org
  105. .. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads
  106. :target: https://pypi.org/project/scipy/
  107. .. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads
  108. :target: https://anaconda.org/conda-forge/scipy
  109. .. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg
  110. :target: https://stackoverflow.com/questions/tagged/scipy
  111. .. image:: https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue
  112. :target: https://www.nature.com/articles/s41592-019-0686-2
  113. SciPy (pronounced "Sigh Pie") is an open-source software for mathematics,
  114. science, and engineering. It includes modules for statistics, optimization,
  115. integration, linear algebra, Fourier transforms, signal and image processing,
  116. ODE solvers, and more.
  117. - **Website:** https://scipy.org
  118. - **Documentation:** https://docs.scipy.org/doc/scipy/
  119. - **Development version of the documentation:** https://scipy.github.io/devdocs
  120. - **Mailing list:** https://mail.python.org/mailman3/lists/scipy-dev.python.org/
  121. - **Source code:** https://github.com/scipy/scipy
  122. - **Contributing:** https://scipy.github.io/devdocs/dev/index.html
  123. - **Bug reports:** https://github.com/scipy/scipy/issues
  124. - **Code of Conduct:** https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
  125. - **Report a security vulnerability:** https://tidelift.com/docs/security
  126. - **Citing in your work:** https://www.scipy.org/citing-scipy/
  127. SciPy is built to work with
  128. NumPy arrays, and provides many user-friendly and efficient numerical routines,
  129. such as routines for numerical integration and optimization. Together, they
  130. run on all popular operating systems, are quick to install, and are free of
  131. charge. NumPy and SciPy are easy to use, but powerful enough to be depended
  132. upon by some of the world's leading scientists and engineers. If you need to
  133. manipulate numbers on a computer and display or publish the results, give
  134. SciPy a try!
  135. For the installation instructions, see `our install
  136. guide <https://scipy.org/install/>`__.
  137. Call for Contributions
  138. ----------------------
  139. We appreciate and welcome contributions. Small improvements or fixes are always appreciated; issues labeled as "good
  140. first issue" may be a good starting point. Have a look at `our contributing
  141. guide <https://scipy.github.io/devdocs/dev/index.html>`__.
  142. Writing code isn’t the only way to contribute to SciPy. You can also:
  143. - review pull requests
  144. - triage issues
  145. - develop tutorials, presentations, and other educational materials
  146. - maintain and improve `our website <https://github.com/scipy/scipy.org>`__
  147. - develop graphic design for our brand assets and promotional materials
  148. - help with outreach and onboard new contributors
  149. - write grant proposals and help with other fundraising efforts
  150. If you’re unsure where to start or how your skills fit in, reach out! You can
  151. ask on the mailing list or here, on GitHub, by leaving a
  152. comment on a relevant issue that is already open.
  153. If you are new to contributing to open source, `this
  154. guide <https://opensource.guide/how-to-contribute/>`__ helps explain why, what,
  155. and how to get involved.