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
|
Source: numcodecs
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
cython3,
libblosc-dev,
liblz4-dev,
libzstd-dev,
python3-all-dev,
python3-msgpack,
python3-numpy,
python3-numpydoc,
python3-pytest,
python3-setuptools,
python3-sphinx,
zlib1g-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/numcodecs
Vcs-Git: https://salsa.debian.org/science-team/numcodecs.git
Homepage: https://github.com/zarr-developers/numcodecs
Rules-Requires-Root: no
Package: python3-numcodecs
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
python3-numpy
Recommends: ${python3:Recommends},
python3-msgpack,
python3-pytest
Suggests: ${python3:Suggests},
www-browser
Description: buffer compression and transformation codecs for Python
Numcodecs is a Python package providing buffer compression and
transformation codecs for use in data storage and communication
applications. These include:
.
- Compression codecs, e.g., Zlib, BZ2, LZMA and Blosc.
- Pre-compression filters, e.g., Delta, Quantize, FixedScaleOffset,
PackBits, Categorize.
- Integrity checks, e.g., CRC32, Adler32.
.
All codecs implement the same API, allowing codecs to be organized into
pipelines in a variety of ways.
|