Blame PKG-INFO

Packit Service a47777
Metadata-Version: 1.2
Packit Service a47777
Name: numpy
Packit Service a47777
Version: 1.14.3
Packit Service a47777
Summary: NumPy: array processing for numbers, strings, records, and objects.
Packit Service a47777
Home-page: http://www.numpy.org
Packit Service a47777
Author: Travis E. Oliphant et al.
Packit Service a47777
Maintainer: NumPy Developers
Packit Service a47777
Maintainer-email: numpy-discussion@python.org
Packit Service a47777
License: BSD
Packit Service a47777
Download-URL: https://pypi.python.org/pypi/numpy
Packit Service a47777
Description: NumPy is a general-purpose array-processing package designed to
Packit Service a47777
        efficiently manipulate large multi-dimensional arrays of arbitrary
Packit Service a47777
        records without sacrificing too much speed for small multi-dimensional
Packit Service a47777
        arrays.  NumPy is built on the Numeric code base and adds features
Packit Service a47777
        introduced by numarray as well as an extended C-API and the ability to
Packit Service a47777
        create arrays of arbitrary type which also makes NumPy suitable for
Packit Service a47777
        interfacing with general-purpose data-base applications.
Packit Service a47777
        
Packit Service a47777
        There are also basic facilities for discrete fourier transform,
Packit Service a47777
        basic linear algebra and random number generation.
Packit Service a47777
        
Packit Service a47777
        All numpy wheels distributed from pypi are BSD licensed.
Packit Service a47777
        
Packit Service a47777
        Windows wheels are linked against the ATLAS BLAS / LAPACK library, restricted
Packit Service a47777
        to SSE2 instructions, so may not give optimal linear algebra performance for
Packit Service a47777
        your machine. See http://docs.scipy.org/doc/numpy/user/install.html for
Packit Service a47777
        alternatives.
Packit Service a47777
        
Packit Service a47777
        
Packit Service a47777
Platform: Windows
Packit Service a47777
Platform: Linux
Packit Service a47777
Platform: Solaris
Packit Service a47777
Platform: Mac OS-X
Packit Service a47777
Platform: Unix
Packit Service a47777
Classifier: Development Status :: 5 - Production/Stable
Packit Service a47777
Classifier: Intended Audience :: Science/Research
Packit Service a47777
Classifier: Intended Audience :: Developers
Packit Service a47777
Classifier: License :: OSI Approved
Packit Service a47777
Classifier: Programming Language :: C
Packit Service a47777
Classifier: Programming Language :: Python
Packit Service a47777
Classifier: Programming Language :: Python :: 2
Packit Service a47777
Classifier: Programming Language :: Python :: 2.7
Packit Service a47777
Classifier: Programming Language :: Python :: 3
Packit Service a47777
Classifier: Programming Language :: Python :: 3.4
Packit Service a47777
Classifier: Programming Language :: Python :: 3.5
Packit Service a47777
Classifier: Programming Language :: Python :: 3.6
Packit Service a47777
Classifier: Programming Language :: Python :: Implementation :: CPython
Packit Service a47777
Classifier: Topic :: Software Development
Packit Service a47777
Classifier: Topic :: Scientific/Engineering
Packit Service a47777
Classifier: Operating System :: Microsoft :: Windows
Packit Service a47777
Classifier: Operating System :: POSIX
Packit Service a47777
Classifier: Operating System :: Unix
Packit Service a47777
Classifier: Operating System :: MacOS
Packit Service a47777
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*