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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
|
Source: pytables
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>,
Yaroslav Halchenko <debian@onerussian.com>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
locales,
libhdf5-dev,
python-all-dev,
python-all-dbg,
python3-all-dev,
python3-all-dbg,
python-setuptools,
python3-setuptools,
python-six,
python3-six,
python-numpy,
python-numpy-dbg,
python3-numpy,
python3-numpy-dbg,
python-numexpr,
python-numexpr-dbg,
python3-numexpr,
python3-numexpr-dbg,
cython,
cython-dbg,
cython3,
cython3-dbg,
zlib1g-dev,
liblzo2-dev,
libblosc-dev,
liblz4-dev (>= 0.0~r122),
libsnappy-dev,
libbz2-dev,
libzstd-dev,
python-sphinx,
texlive-generic-extra,
texlive-latex-recommended,
texlive-latex-extra,
texlive-fonts-recommended,
libjs-jquery-cookie
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pytables.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pytables.git
Homepage: http://www.pytables.org
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-tables
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-tables-lib (>= ${source:Version}),
python-tables-lib (<< ${source:Version}.1~),
python-tables-data (= ${source:Version}),
python-numexpr
Suggests: python-tables-doc,
python-netcdf,
vitables
Description: hierarchical database for Python based on HDF5
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
- Compound types (records) can be used entirely from Python (i.e. it
is not necessary to use C for taking advantage of them).
- The tables are both enlargeable and compressible.
- I/O is buffered, so you can get very fast I/O, specially with
large tables.
- Very easy to select data through the use of iterators over the
rows in tables. Extended slicing is supported as well.
- It supports the complete set of NumPy, Numeric and numarray objects.
.
This is the Python 2 version of the package.
Package: python-tables-lib
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends: python-tables (= ${source:Version})
Breaks: python-tables (<< 3.0.0-3)
Replaces: python-tables (<< 3.0.0-3)
Description: hierarchical database for Python based on HDF5 (extension)
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
- Compound types (records) can be used entirely from Python (i.e. it
is not necessary to use C for taking advantage of them).
- The tables are both enlargeable and compressible.
- I/O is buffered, so you can get very fast I/O, specially with
large tables.
- Very easy to select data through the use of iterators over the
rows in tables. Extended slicing is supported as well.
- It supports the complete set of NumPy, Numeric and numarray objects.
.
This package contains the extension built for the Python 2 interpreter.
Package: python-tables-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-tables (= ${source:Version}),
python-tables-lib (= ${binary:Version}),
python-dbg,
python-numpy-dbg,
python-numexpr-dbg
Suggests: python-tables-doc,
python-netcdf
Description: hierarchical database for Python based on HDF5 (debug extension)
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
- Compound types (records) can be used entirely from Python (i.e. it
is not necessary to use C for taking advantage of them).
- The tables are both enlargeable and compressible.
- I/O is buffered, so you can get very fast I/O, specially with
large tables.
- Very easy to select data through the use of iterators over the
rows in tables. Extended slicing is supported as well.
- It supports the complete set of NumPy, Numeric and numarray objects.
.
This package contains the extension built for the Python 2 debug interpreter.
Package: python3-tables
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-tables-lib (>= ${source:Version}),
python3-tables-lib (<< ${source:Version}.1~),
python-tables-data (= ${source:Version}),
python3-numexpr
Suggests: python-tables-doc,
python-netcdf,
vitables
Description: hierarchical database for Python3 based on HDF5
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
- Compound types (records) can be used entirely from Python (i.e. it
is not necessary to use C for taking advantage of them).
- The tables are both enlargeable and compressible.
- I/O is buffered, so you can get very fast I/O, specially with
large tables.
- Very easy to select data through the use of iterators over the
rows in tables. Extended slicing is supported as well.
- It supports the complete set of NumPy, Numeric and numarray objects.
.
This is the Python 3 version of the package.
Package: python3-tables-lib
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-tables (= ${source:Version})
Breaks: python3-tables (<< 3.0.0-3)
Replaces: python3-tables (<< 3.0.0-3)
Description: hierarchical database for Python3 based on HDF5 (extension)
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
- Compound types (records) can be used entirely from Python (i.e. it
is not necessary to use C for taking advantage of them).
- The tables are both enlargeable and compressible.
- I/O is buffered, so you can get very fast I/O, specially with
large tables.
- Very easy to select data through the use of iterators over the
rows in tables. Extended slicing is supported as well.
- It supports the complete set of NumPy, Numeric and numarray objects.
.
This package contains the extension built for the Python 3 interpreter.
Package: python3-tables-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-tables (= ${source:Version}),
python3-tables-lib (= ${binary:Version}),
python3-dbg,
python3-numpy-dbg,
python3-numexpr-dbg
Suggests: python-tables-doc,
python-netcdf
Description: hierarchical database for Python 3 based on HDF5 (debug extension)
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
- Compound types (records) can be used entirely from Python (i.e. it
is not necessary to use C for taking advantage of them).
- The tables are both enlargeable and compressible.
- I/O is buffered, so you can get very fast I/O, specially with
large tables.
- Very easy to select data through the use of iterators over the
rows in tables. Extended slicing is supported as well.
- It supports the complete set of NumPy, Numeric and numarray objects.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python-tables-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-jquery-cookie
Suggests: xpdf | pdf-viewer,
www-browser
Description: hierarchical database for Python based on HDF5 - documentation
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
This package includes the manual in PDF and HTML formats.
Package: python-tables-data
Architecture: all
Depends: ${misc:Depends}
Description: hierarchical database for Python based on HDF5 - test data
PyTables is a hierarchical database package designed to efficiently
manage very large amounts of data. PyTables is built on top of the
HDF5 library and the NumPy package. It features an object-oriented
interface that, combined with natural naming and C-code generated
from Pyrex sources, makes it a fast, yet extremely easy to use tool
for interactively save and retrieve large amounts of data.
.
This package includes daya fils used for unit testing.
|