summaryrefslogtreecommitdiffstats
path: root/python/construct/README
diff options
context:
space:
mode:
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.