PKG-INFO 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Metadata-Version: 1.1
  2. Name: numpy
  3. Version: 1.11.1
  4. Summary: NumPy: array processing for numbers, strings, records, and objects.
  5. Home-page: http://www.numpy.org
  6. Author: NumPy Developers
  7. Author-email: numpy-discussion@scipy.org
  8. License: BSD
  9. Download-URL: http://sourceforge.net/projects/numpy/files/NumPy/
  10. Description: NumPy is a general-purpose array-processing package designed to
  11. efficiently manipulate large multi-dimensional arrays of arbitrary
  12. records without sacrificing too much speed for small multi-dimensional
  13. arrays. NumPy is built on the Numeric code base and adds features
  14. introduced by numarray as well as an extended C-API and the ability to
  15. create arrays of arbitrary type which also makes NumPy suitable for
  16. interfacing with general-purpose data-base applications.
  17. There are also basic facilities for discrete fourier transform,
  18. basic linear algebra and random number generation.
  19. Platform: Windows
  20. Platform: Linux
  21. Platform: Solaris
  22. Platform: Mac OS-X
  23. Platform: Unix
  24. Classifier: Development Status :: 5 - Production/Stable
  25. Classifier: Intended Audience :: Science/Research
  26. Classifier: Intended Audience :: Developers
  27. Classifier: License :: OSI Approved
  28. Classifier: Programming Language :: C
  29. Classifier: Programming Language :: Python
  30. Classifier: Programming Language :: Python :: 2
  31. Classifier: Programming Language :: Python :: 2.6
  32. Classifier: Programming Language :: Python :: 2.7
  33. Classifier: Programming Language :: Python :: 3
  34. Classifier: Programming Language :: Python :: 3.2
  35. Classifier: Programming Language :: Python :: 3.3
  36. Classifier: Programming Language :: Python :: 3.4
  37. Classifier: Programming Language :: Python :: 3.5
  38. Classifier: Programming Language :: Python :: Implementation :: CPython
  39. Classifier: Topic :: Software Development
  40. Classifier: Topic :: Scientific/Engineering
  41. Classifier: Operating System :: Microsoft :: Windows
  42. Classifier: Operating System :: POSIX
  43. Classifier: Operating System :: Unix
  44. Classifier: Operating System :: MacOS