[ 原始碼: binaryornot ]
套件:python3-binaryornot(0.4.4+git20230412.ac4f56e+dfsg-2)
python3-binaryornot 的相關連結
Debian 的資源:
下載原始碼套件 binaryornot:
- [binaryornot_0.4.4+git20230412.ac4f56e+dfsg-2.dsc]
- [binaryornot_0.4.4+git20230412.ac4f56e+dfsg.orig.tar.xz]
- [binaryornot_0.4.4+git20230412.ac4f56e+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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-chardet
- Universal Character Encoding Detector (Python3)