Source: python-feather-format Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: ChangZhuo Chen (陳昌倬) Build-Depends: debhelper-compat (= 12), cython3, dh-python, python3-all, python3-all-dev, python3-numpy, python3-pandas, python3-six, python3-setuptools, Standards-Version: 4.5.0 Homepage: https://github.com/wesm/feather Vcs-Git: https://salsa.debian.org/python-team/modules/python-feather-format.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-feather-format Package: python3-feather-format Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, python3-six, python3-pandas, Description: Python interface to the Apache Arrow-based Feather File Format (Python 3) Feather is binary columnar serialization for data frames. It is designed to read and write data frames very efficiently, and to make it easy to share data across multiple data analysis languages. . This package provides python3 binding for feather format.