Source: bcolz Section: science Priority: optional Maintainer: Debian Science Maintainers Uploaders: Daniel Stender Build-Depends: debhelper (>= 11), dh-python, python-all-dev, python3-all-dev, python-setuptools, python3-setuptools, python-setuptools-scm, python3-setuptools-scm, python-cpuinfo, python3-cpuinfo, cython (>= 0.22), cython3 (>= 0.22), python-numpy, python3-numpy, python-mock , python3-mock , libblosc-dev (>= 1.9.2), python-docutils , links , python3-sphinx , python3-numpydoc Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/science-team/bcolz Vcs-Git: https://salsa.debian.org/science-team/bcolz.git Homepage: https://github.com/Blosc/bcolz Package: python-bcolz Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el alpha hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpcspe sh4 Section: python Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-pkg-resources Recommends: python-numexpr, python-mock Suggests: python-pandas, python-tables, bcolz-doc Description: high performant compressed data container based on NumPy (Python 2) bcolz provides columnar, chunked data containers that can be compressed in-memory and on-disk. Column storage allows for efficiently querying tables, as well as for cheap column addition and removal. It is based on NumPy, and uses it as the standard data container to communicate with bcolz objects, but it also comes with support for import/export facilities to/from HDF5/PyTables tables and Pandas dataframes. . This package contains the modules for Python 2. Package: python3-bcolz Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el alpha hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpcspe sh4 Section: python Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pkg-resources Recommends: python3-numexpr, python3-mock Suggests: python3-pandas, python3-tables, bcolz-doc Description: high performant compressed data container based on NumPy (Python 3) bcolz provides columnar, chunked data containers that can be compressed in-memory and on-disk. Column storage allows for efficiently querying tables, as well as for cheap column addition and removal. It is based on NumPy, and uses it as the standard data container to communicate with bcolz objects, but it also comes with support for import/export facilities to/from HDF5/PyTables tables and Pandas dataframes. . This package contains the modules for Python 3. Package: bcolz-doc Architecture: all Section: doc Build-Profiles: Depends: ${misc:Depends}, ${sphinxdoc:Depends} Recommends: python-bcolz, python3-bcolz Description: high performant compressed data container (documentation) bcolz provides columnar, chunked data containers that can be compressed in-memory and on-disk. Column storage allows for efficiently querying tables, as well as for cheap column addition and removal. It is based on NumPy, and uses it as the standard data container to communicate with bcolz objects, but it also comes with support for import/export facilities to/from HDF5/PyTables tables and Pandas dataframes. . This package contains the documentation.