1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: binaryornot
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3,
python3-all,
python3-setuptools,
python3-chardet,
python3-hypothesis
Standards-Version: 4.6.2
Homepage: https://github.com/audreyr/binaryornot
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/binaryornot.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/binaryornot
Testsuite: autopkgtest-pkg-python
Package: python3-binaryornot
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: check if a file is binary or text (Python 3 module)
This Python package provides a function to check if a file is a text
file or a binary file. It uses the same heuristic as file(1) by
looking at the first 1024 bytes of the file and checks that all
characters are printable.
.
This package contains the Python 3 module.
|