Bug#722156: ITP: binaryornot -- Ultra-lightweight pure Python package to check if a file is binary or text.

2013-09-11 Thread Jakub Wilk
* Julian Taylor jtaylor.deb...@googlemail.com, 2013-09-08, 17:04: * URL : https://github.com/audreyr/binaryornot * License : BSD Programming Lang: Python Description : Ultra-lightweight pure Python package to check if a file is binary or text. This Python package

Bug#722156: ITP: binaryornot -- Ultra-lightweight pure Python package to check if a file is binary or text.

2013-09-11 Thread Vincent Bernat
❦ 11 septembre 2013 12:28 CEST, Jakub Wilk jw...@debian.org : * URL : https://github.com/audreyr/binaryornot * License : BSD Programming Lang: Python Description : Ultra-lightweight pure Python package to check if a file is binary or text. This Python package

Bug#722156: ITP: binaryornot -- Ultra-lightweight pure Python package to check if a file is binary or text.

2013-09-08 Thread Vincent Bernat
Package: wnpp Severity: wishlist Owner: Vincent Bernat ber...@debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: binaryornot Version : 0.1.1 Upstream Author : Audrey Roy audr...@gmail.com * URL : https://github.com/audreyr/binaryornot * License

Bug#722156: ITP: binaryornot -- Ultra-lightweight pure Python package to check if a file is binary or text.

2013-09-08 Thread Julian Taylor
On 08.09.2013 16:40, Vincent Bernat wrote: Package: wnpp Severity: wishlist Owner: Vincent Bernat ber...@debian.org * Package name: binaryornot Version : 0.1.1 Upstream Author : Audrey Roy audr...@gmail.com * URL : https://github.com/audreyr/binaryornot *

Bug#722156: ITP: binaryornot -- Ultra-lightweight pure Python package to check if a file is binary or text.

2013-09-08 Thread Vincent Bernat
❦ 8 septembre 2013 17:04 CEST, Julian Taylor jtaylor.deb...@googlemail.com : 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