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
|
Source: zarr
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-aiohttp <!nocheck>,
python3-all,
python3-botocore <!nocheck>,
python3-crc32c,
python3-donfig,
python3-fsspec,
python3-hatch-vcs,
python3-hatchling,
python3-hypothesis <!nocheck>,
python3-moto <!nocheck>,
python3-msgpack <!nodoc>,
python3-numcodecs,
python3-numpy,
python3-numpydoc <!nocheck>,
python3-packaging,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-requests <!nocheck>,
python3-rich <!nocheck>,
python3-tomlkit <!nocheck>,
python3-typing-extensions,
python3-typer
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/zarr
Vcs-Git: https://salsa.debian.org/science-team/zarr.git
Homepage: https://github.com/zarr-developers/zarr-python
Description: chunked, compressed, N-dimensional arrays for Python
Zarr is a Python package providing an implementation of compressed,
chunked, N-dimensional arrays, designed for use in parallel
computing. Some highlights:
.
- Create N-dimensional arrays with any NumPy dtype.
- Chunk arrays along any dimension.
- Compress chunks using the fast Blosc meta-compressor or
alternatively using zlib, BZ2 or LZMA.
- Store arrays in memory, on disk, inside a Zip file, on S3, ...
- Read an array concurrently from multiple threads or processes.
- Write to an array concurrently from multiple threads or processes.
- Organize arrays into hierarchies via groups.
- Use filters to preprocess data and improve compression.
Package: python3-zarr
Architecture: all
Depends: python3-crc32c,
${python3:Depends},
${misc:Depends}
Recommends: python3-aiohttp,
python3-botocore,
python3-fsspec,
python3-requests,
python3-rich,
python3-typer
Description: ${source:Synopsis}
${source:Extended-Description}
|