Source: pysendfile Section: python Priority: optional Maintainer: Ghe Rivero Uploaders: Debian Python Modules Team Standards-Version: 3.9.6 Build-Depends: debhelper (>= 8.1.0~), python-all-dev (>=2.6.6~3), python-all-dbg, python3-all-dev, python3-all-dbg, dh-python, debhelper (>= 11) Vcs-Browser: https://salsa.debian.org/python-team/modules/pysendfile Vcs-Git: https://salsa.debian.org/python-team/modules/pysendfile.git Homepage: https://github.com/giampaolo/pysendfile Package: python-sendfile Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python interface to sendfile(2) Python library which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. This is particularly useful when sending a file over a socket (e.g. FTP). Package: python-sendfile-dbg Section: debug Architecture: any Multi-Arch: same Depends: python-sendfile (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Recommends: python-dbg Provides: ${python:Provides} Description: Python interface to sendfile(2) (debug) Python library which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. This is particularly useful when sending a file over a socket (e.g. FTP). . This package contains the extension built for the Python 2 debug interpreter. Package: python3-sendfile Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: Python interface to sendfile(2) Python library which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. This is particularly useful when sending a file over a socket (e.g. FTP). Package: python3-sendfile-dbg Section: debug Architecture: any Multi-Arch: same Depends: python3-sendfile (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Recommends: python3-dbg Provides: ${python3:Provides} Description: Python interface to sendfile(2) (debug) Python library which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. This is particularly useful when sending a file over a socket (e.g. FTP). . This package contains the extension built for the Python 3 debug interpreter.