summaryrefslogtreecommitdiff
path: root/python/hachoir-core/README
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundy@gmail.com>2014-11-27 10:57:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-27 10:57:40 +0700
commite08fc1352e465305498b1473aadca79890e231aa (patch)
treef9db44969da4bf6053da379e562435e580094987 /python/hachoir-core/README
parentba66a08018488ef661808974214267a26edb5e46 (diff)
downloadslackbuilds-e08fc1352e465305498b1473aadca79890e231aa.tar.gz
python/hachoir-core: Added (Python Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hachoir-core/README')
-rw-r--r--python/hachoir-core/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/hachoir-core/README b/python/hachoir-core/README
new file mode 100644
index 0000000000..26904f6aa2
--- /dev/null
+++ b/python/hachoir-core/README
@@ -0,0 +1,5 @@
+hachoir-core
+
+Hachoir is a Python library used to represent of a binary file as a tree of
+Python objects. Each object has a type, a value, an address, etc. The goal is
+to be able to know the meaning of each bit in a file.