Source: python-blosc Section: python Priority: optional Maintainer: Daniel Stender Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 11), dh-python, python-all-dev, python3-all-dev, python-setuptools, python3-setuptools, python-cpuinfo, python3-cpuinfo, libblosc-dev, python-numpy , python3-numpy , python-psutil , python3-psutil , python-docutils , links , python3-sphinx , python3-numpydoc , python-mock , python3-mock Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-blosc Vcs-Git: https://salsa.debian.org/python-team/modules/python-blosc.git Homepage: https://github.com/Blosc/python-blosc Package: python-blosc Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, Recommends: python-numpy Suggests: python-blosc-doc Description: Python 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 2 import path. 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 Section: doc Build-Profiles: Depends: ${misc:Depends}, ${sphinxdoc:Depends} Recommends: python-blosc, 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.