diff options
author | Pr. HORSTMANN <wmh@eipg.fr> | 2021-01-02 10:37:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:21 +0700 |
commit | 34b4592c73549ddc14db53c8047185dfdfe2e238 (patch) | |
tree | 9a731700ce629611ed29ff8a5e20664c900dc5bc /python/hachoir/slack-desc | |
parent | b8fd1b18b7f5a4b6a5666dd56c4bcd34f276a635 (diff) |
python/hachoir: Added (library to view and edit binary stream).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hachoir/slack-desc')
-rw-r--r-- | python/hachoir/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/hachoir/slack-desc b/python/hachoir/slack-desc new file mode 100644 index 0000000000000..0a91b694236ae --- /dev/null +++ b/python/hachoir/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------------------------------------------------------| +hachoir: hachoir (library to view and edit binary stream field by field) +hachoir: +hachoir: A file is splitted in tree of fields, where smallest field is one bit. +hachoir: Ex: fields types: integers, strings, bits, padding types, floats, etc. +hachoir: +hachoir: hachoir-grep: find a text pattern in a binary file +hachoir: hachoir-metadata: get metadata from binary files +hachoir: hachoir-strip: modify a file to remove metadata +hachoir: hachoir-urwid: display the content of a binary file in text mode +hachoir: +hachoir: Homepage: https://pypi.python.org/pypi/hachoir |