summaryrefslogtreecommitdiff
path: root/bento.info
blob: 862f445c43eee3084990facea31eb21f8a4e7817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Name: numpy
Version: 2.0.0
Summary: NumPy: array processing for numbers, strings, records, and objects.
Url: http://numpy.scipy.org
DownloadUrl: http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103
Description:
    NumPy is a general-purpose array-processing package designed to
    efficiently manipulate large multi-dimensional arrays of arbitrary
    records without sacrificing too much speed for small multi-dimensional
    arrays.  NumPy is built on the Numeric code base and adds features
    introduced by numarray as well as an extended C-API and the ability to
    create arrays of arbitrary type which also makes NumPy suitable for
    interfacing with general-purpose data-base applications.
    
    There are also basic facilities for discrete fourier transform,
    basic linear algebra and random number generation.
Author: Travis E. Oliphant, et.al.
AuthorEmail: oliphant@enthought.com
Maintainer: NumPy Developers
MaintainerEmail: numpy-discussion@scipy.org
License: BSD
Platforms: Windows,Linux,Solaris,Mac OS-X,Unix
Classifiers:
    Development Status :: 5 - Production/Stable,
    Intended Audience :: Science/Research,
    Intended Audience :: Developers,
    License :: OSI Approved,
    Programming Language :: C,
    Programming Language :: Python,
    Topic :: Software Development,
    Topic :: Scientific/Engineering,
    Operating System :: Microsoft :: Windows,
    Operating System :: POSIX,
    Operating System :: Unix,
    Operating System :: MacOS

Recurse:
    numpy/core,
    numpy/fft,
    numpy/lib,
    numpy/linalg,
    numpy/random

HookFile:
    bscript,
    numpy/core/bscript,
    numpy/fft/bscript,
    numpy/lib/bscript,
    numpy/linalg/bscript,
    numpy/random/bscript

ExtraSourceFiles:
    numpy_templates.py,
    setup.py,
    numpy/version.py.in,
    numpy/__config__.py.in,
    numpy/core/include/numpy/*.h,
    numpy/core/include/numpy/*.in,
    numpy/core/include/numpy/fenv/*.h,
    numpy/core/include/numpy/fenv/*.c,
    numpy/core/*.ini.in,
    numpy/core/src/npymath/*.h,
    numpy/core/src/multiarray/*.c,
    numpy/core/src/multiarray/*.c.src,
    numpy/core/src/multiarray/*.h,
    numpy/core/src/private/*.h,
    numpy/core/src/umath/*.src,
    numpy/core/src/umath/*.h,
    numpy/core/src/umath/*.c,
    numpy/fft/*.h,
    numpy/random/mtrand/*.h

DataFiles: tests
    TargetDir: $sitedir/numpy
    SourceDir: numpy
    Files:
        core/tests/*.py,
        distutils/tests/*.py,
        f2py/tests/*.py,
        fft/tests/*.py,
        lib/tests/*.py,
        linalg/tests/*.py,
        ma/tests/*.py,
        matrixlib/tests/*.py,
        oldnumeric/tests/*.py,
        polynomial/tests/*.py,
        random/tests/*.py,
        testing/tests/*.py

Library:
    Packages:
        numpy,
        numpy.compat,
        numpy.core,
        numpy.core.code_generators,
        numpy.distutils,
        numpy.distutils.command,
        numpy.distutils.fcompiler,
        numpy.doc,
        numpy.f2py,
        numpy.fft,
        numpy.lib,
        numpy.linalg,
        numpy.ma,
        numpy.matrixlib,
        numpy.numarray,
        numpy.oldnumeric,
        numpy.polynomial,
        numpy.random,
        numpy.testing