From d402c6d68dcac0a6b84df7e2b923588184e30e70 Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Sat, 19 Jan 2019 04:10:39 +0700 Subject: python/construct: Updated for version 2.9.45. Signed-off-by: Willy Sudiarto Raharjo --- python/construct/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/construct/README') 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. -- cgit v1.2.3