You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
Metadata-Version: 2.1Name: numpyVersion: 1.21.6Summary: NumPy is the fundamental package for array computing with Python.Home-page: https://www.numpy.orgAuthor: Travis E. Oliphant et al.Maintainer: NumPy DevelopersMaintainer-email: numpy-discussion@python.orgLicense: BSDDownload-URL: https://pypi.python.org/pypi/numpyProject-URL: Bug Tracker, https://github.com/numpy/numpy/issuesProject-URL: Documentation, https://numpy.org/doc/1.21Project-URL: Source Code, https://github.com/numpy/numpyPlatform: WindowsPlatform: LinuxPlatform: SolarisPlatform: Mac OS-XPlatform: UnixClassifier: Development Status :: 5 - Production/StableClassifier: Intended Audience :: Science/ResearchClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: BSD LicenseClassifier: Programming Language :: CClassifier: Programming Language :: PythonClassifier: Programming Language :: Python :: 3Classifier: Programming Language :: Python :: 3.7Classifier: Programming Language :: Python :: 3.8Classifier: Programming Language :: Python :: 3.9Classifier: Programming Language :: Python :: 3.10Classifier: Programming Language :: Python :: 3 :: OnlyClassifier: Programming Language :: Python :: Implementation :: CPythonClassifier: Topic :: Software DevelopmentClassifier: Topic :: Scientific/EngineeringClassifier: Typing :: TypedClassifier: Operating System :: Microsoft :: WindowsClassifier: Operating System :: POSIXClassifier: Operating System :: UnixClassifier: Operating System :: MacOSRequires-Python: >=3.7,<3.11License-File: LICENSE.txtLicense-File: LICENSES_bundled.txt
It provides:
- a powerful N-dimensional array object- sophisticated (broadcasting) functions- tools for integrating C/C++ and Fortran code- useful linear algebra, Fourier transform, and random number capabilities- and much more
Besides its obvious scientific uses, NumPy can also be used as an efficientmulti-dimensional container of generic data. Arbitrary data-types can bedefined. This allows NumPy to seamlessly and speedily integrate with a widevariety of databases.
All NumPy wheels distributed on PyPI are BSD licensed.
|