binaryornot 0.4.4+git20230412.ac4f56e+dfsg-2 source package in Ubuntu

Changelog

binaryornot (0.4.4+git20230412.ac4f56e+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Fix clean target
    Closes: #1043739

 -- Andreas Tille <email address hidden>  Wed, 28 Feb 2024 20:37:55 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
binaryornot_0.4.4+git20230412.ac4f56e+dfsg-2.dsc 2.2 KiB 2c1be917aaf93b805529dfe05ae6b71365fa473c27b6b31b6fefdc8336219a5f
binaryornot_0.4.4+git20230412.ac4f56e+dfsg.orig.tar.xz 296.0 KiB 65cc32ae6c30bb49dcf017d5024689478ed8b3636bd926c8d925f2069fa9778b
binaryornot_0.4.4+git20230412.ac4f56e+dfsg-2.debian.tar.xz 3.7 KiB 32e5dd23be3bc039658b15d74a35adc6885df0a64721879fac98b0cf5c8956d3

No changes file available.

Binary packages built by this source

python3-binaryornot: 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.