[ ソース: binaryornot ]
パッケージ: python3-binaryornot (0.4.4+dfsg-2)
python3-binaryornot に関するリンク
Debian の資源:
binaryornot ソースパッケージをダウンロード:
- [binaryornot_0.4.4+dfsg-2.dsc]
- [binaryornot_0.4.4+dfsg.orig.tar.gz]
- [binaryornot_0.4.4+dfsg-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の python3-binaryornot 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-chardet
- 汎用の文字エンコーディング判別器 - Python3 用