diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-19 04:10:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 04:10:39 +0700 |
commit | d402c6d68dcac0a6b84df7e2b923588184e30e70 (patch) | |
tree | 4b2bbdb0daed3f022299e8f8b17ed2e4aa86a527 /python/construct/README | |
parent | 8852ebd18468f335ba0a4f72539add0a054fcba0 (diff) |
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/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/construct/README b/python/construct/README index 45b709b6c1730..6578aa8e2a7b2 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. |