diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-11-05 06:07:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:11 +0700 |
commit | 72eef371e68ab040df55eaf17a369c03760978f2 (patch) | |
tree | 95b04ddd7f18fc3cca79fb1252b31331266d1461 /python/binaryornot/slack-desc | |
parent | 66f5af0cd3942d3d7779d407fcebad4a0a2759be (diff) |
python/binaryornot: Added (Heuristic File checker)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/binaryornot/slack-desc')
-rw-r--r-- | python/binaryornot/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/binaryornot/slack-desc b/python/binaryornot/slack-desc new file mode 100644 index 0000000000..29601f5a1a --- /dev/null +++ b/python/binaryornot/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +binaryornot: binaryornot (Heuristic File checker) +binaryornot: +binaryornot: It is a python package to guess weather a text file is +binaryornot: binary or not using a heuristic similar to perl's pp_fttext +binaryornot: and its analysis by @eliben +binaryornot: +binaryornot: Homepage:https://github.com/audreyr/binaryornot +binaryornot: +binaryornot: +binaryornot: +binaryornot: |