summaryrefslogtreecommitdiffstats
path: root/python/construct/README
diff options
context:
space:
mode:
author Barry J. Grundy2019-01-18 22:10:39 +0100
committer Willy Sudiarto Raharjo2019-01-18 22:10:39 +0100
commitd402c6d68dcac0a6b84df7e2b923588184e30e70 (patch)
tree4b2bbdb0daed3f022299e8f8b17ed2e4aa86a527 /python/construct/README
parent8852ebd18468f335ba0a4f72539add0a054fcba0 (diff)
downloadslackbuilds-d402c6d68dcac0a6b84df7e2b923588184e30e70.tar.gz
python/construct: Updated for version 2.9.45.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/construct/README')
-rw-r--r--python/construct/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/construct/README b/python/construct/README
index 45b709b6c1..6578aa8e2a 100644
--- a/python/construct/README
+++ b/python/construct/README
@@ -16,3 +16,6 @@ and lots of primitive constructs to make your work easier:
-If/Switch: branch the computational path based on the context
-On-demand (lazy) parsing: read only what you require
-Pointers: jump from here to there in the data stream
+ -Tunneling: prefix data with a byte count or compress it
+
+Optional dependancies include Enum34, Numpy, and Arrow.