binaryornot 0.4.0-1 source package in Ubuntu

Changelog

binaryornot (0.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version.
  * Use PYBUILD_NAME in d/rules.
  * Add missing Build-Depends on python-{chardet,hypothesis}.

 -- Vincent Bernat <email address hidden>  Sun, 15 Nov 2015 23:05:18 +0100

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
binaryornot_0.4.0-1.dsc 2.2 KiB 46694770a7cdeea1b7dc7a5cc33938adc7c771824697c3ce0de01dde299d9673
binaryornot_0.4.0.orig.tar.gz 362.6 KiB 2d2fa466cf6755638af0295b6ad048543e31332b40e905bbf546e28f63eeb9be
binaryornot_0.4.0-1.debian.tar.xz 2.3 KiB e4a13b5199ae3b393d31aa6fe5863912794c8b198182c5d1e12ade11652f7499

No changes file available.

Binary packages built by this source

python-binaryornot: check if a file is binary or text (Python 2 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 2 module.

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.