Source: python-blosc Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Emmanuel Arias , Build-Depends: cmake, debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , libblosc-dev (>= 1.16), links , python3-all-dev, python3-cpuinfo, python3-docutils , python3-mock , python3-numpy , python3-numpydoc , python3-psutil , python3-setuptools, python3-skbuild, python3-sphinx , Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-blosc Vcs-Git: https://salsa.debian.org/python-team/packages/python-blosc.git Homepage: https://github.com/Blosc/python-blosc Rules-Requires-Root: no Package: python3-blosc Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Recommends: python3-numpy, Suggests: python-blosc-doc, Description: Python 3 bindings for the Blosc meta-compressor Blosc (http://blosc.org) is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. . This package provides the official Python bindings in the Python 3 import path. Package: python-blosc-doc Architecture: all Multi-Arch: foreign Section: doc Build-Profiles: Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Recommends: python3-blosc, Description: Python bindings for the Blosc meta-compressor (docs) Blosc (http://blosc.org) is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. . This package provides the documentation.