METADATA 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. Metadata-Version: 2.1
  2. Name: numpy
  3. Version: 1.24.4
  4. Summary: Fundamental package for array computing in Python
  5. Home-page: https://www.numpy.org
  6. Author: Travis E. Oliphant et al.
  7. Maintainer: NumPy Developers
  8. Maintainer-email: numpy-discussion@python.org
  9. License: BSD-3-Clause
  10. Download-URL: https://pypi.python.org/pypi/numpy
  11. Project-URL: Bug Tracker, https://github.com/numpy/numpy/issues
  12. Project-URL: Documentation, https://numpy.org/doc/1.24
  13. Project-URL: Source Code, https://github.com/numpy/numpy
  14. Platform: Windows
  15. Platform: Linux
  16. Platform: Solaris
  17. Platform: Mac OS-X
  18. Platform: Unix
  19. Classifier: Development Status :: 5 - Production/Stable
  20. Classifier: Intended Audience :: Science/Research
  21. Classifier: Intended Audience :: Developers
  22. Classifier: License :: OSI Approved :: BSD License
  23. Classifier: Programming Language :: C
  24. Classifier: Programming Language :: Python
  25. Classifier: Programming Language :: Python :: 3
  26. Classifier: Programming Language :: Python :: 3.8
  27. Classifier: Programming Language :: Python :: 3.9
  28. Classifier: Programming Language :: Python :: 3.10
  29. Classifier: Programming Language :: Python :: 3.11
  30. Classifier: Programming Language :: Python :: 3 :: Only
  31. Classifier: Programming Language :: Python :: Implementation :: CPython
  32. Classifier: Topic :: Software Development
  33. Classifier: Topic :: Scientific/Engineering
  34. Classifier: Typing :: Typed
  35. Classifier: Operating System :: Microsoft :: Windows
  36. Classifier: Operating System :: POSIX
  37. Classifier: Operating System :: Unix
  38. Classifier: Operating System :: MacOS
  39. Requires-Python: >=3.8
  40. Description-Content-Type: text/markdown
  41. License-File: LICENSE.txt
  42. License-File: LICENSES_bundled.txt
  43. <h1 align="center">
  44. <img src="/branding/logo/primary/numpylogo.svg" width="300">
  45. </h1><br>
  46. [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](
  47. https://numfocus.org)
  48. [![PyPI Downloads](https://img.shields.io/pypi/dm/numpy.svg?label=PyPI%20downloads)](
  49. https://pypi.org/project/numpy/)
  50. [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy.svg?label=Conda%20downloads)](
  51. https://anaconda.org/conda-forge/numpy)
  52. [![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](
  53. https://stackoverflow.com/questions/tagged/numpy)
  54. [![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](
  55. https://doi.org/10.1038/s41586-020-2649-2)
  56. [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numpy/numpy/badge)](https://api.securityscorecards.dev/projects/github.com/numpy/numpy)
  57. NumPy is the fundamental package for scientific computing with Python.
  58. - **Website:** https://www.numpy.org
  59. - **Documentation:** https://numpy.org/doc
  60. - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
  61. - **Source code:** https://github.com/numpy/numpy
  62. - **Contributing:** https://www.numpy.org/devdocs/dev/index.html
  63. - **Bug reports:** https://github.com/numpy/numpy/issues
  64. - **Report a security vulnerability:** https://tidelift.com/docs/security
  65. It provides:
  66. - a powerful N-dimensional array object
  67. - sophisticated (broadcasting) functions
  68. - tools for integrating C/C++ and Fortran code
  69. - useful linear algebra, Fourier transform, and random number capabilities
  70. Testing:
  71. NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with:
  72. python -c 'import numpy; numpy.test()'
  73. Code of Conduct
  74. ----------------------
  75. NumPy is a community-driven open source project developed by a diverse group of
  76. [contributors](https://numpy.org/teams/). The NumPy leadership has made a strong
  77. commitment to creating an open, inclusive, and positive community. Please read the
  78. [NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact
  79. with others in a way that makes our community thrive.
  80. Call for Contributions
  81. ----------------------
  82. The NumPy project welcomes your expertise and enthusiasm!
  83. Small improvements or fixes are always appreciated. If you are considering larger contributions
  84. to the source code, please contact us through the [mailing
  85. list](https://mail.python.org/mailman/listinfo/numpy-discussion) first.
  86. Writing code isn’t the only way to contribute to NumPy. You can also:
  87. - review pull requests
  88. - help us stay on top of new and old issues
  89. - develop tutorials, presentations, and other educational materials
  90. - maintain and improve [our website](https://github.com/numpy/numpy.org)
  91. - develop graphic design for our brand assets and promotional materials
  92. - translate website content
  93. - help with outreach and onboard new contributors
  94. - write grant proposals and help with other fundraising efforts
  95. For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/).
  96. If you’re unsure where to start or how your skills fit in, reach out! You can
  97. ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
  98. comment on a relevant issue that is already open.
  99. Our preferred channels of communication are all public, but if you’d like to
  100. speak to us in private first, contact our community coordinators at
  101. numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for
  102. an invitation).
  103. We also have a biweekly community call, details of which are announced on the
  104. mailing list. You are very welcome to join.
  105. If you are new to contributing to open source, [this
  106. guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
  107. and how to successfully get involved.