diff options
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 |