Source: python-fastparquet
Section: python
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
 Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>,
 Roland Mas <lolando@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 cython3,
 git,
 libpython3-all-dev,
 pybuild-plugin-pyproject,
 python3-all,
 python3-cramjam,
 python3-dev,
 python3-fsspec,
 python3-hatch-vcs,
 python3-hatchling,
 python3-numpy,
 python3-pandas,
 python3-psygnal,
 python3-psygnal,
 python3-pydantic,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.7.4
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/dask/fastparquet
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fastparquet.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fastparquet

Package: python3-fastparquet
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: python implementation of the parquet format
 This is a python implementation of the parquet format, aiming
 integrate into python-based big data work-flows. It is used
 implicitly by the projects Dask, Pandas and intake-parquet.
 .
 This module offers a high degree of support for the features of the
 parquet format, and very competitive performance, in a small install
 size and codebase.
