Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Binary Data for Humans
#1
Hi everyone,

I have released bitstream, a Python library to manage binary data (at the byte or bit level), hopefully without the pain that this kind of thing usually entails Smile

If you have struggled with this topic in the past, please take a look at the documentation and tell me what you think.

Cheers,

Sébastien
Reply
#2
What's the advantage over other packages such as bitstring?
Reply
#3
Bitstream integrates with Numpy, has the ability to use seamlessly custom codecs, has only a stream interface
(no random access!), augmented with snapshots (aka "time machine") when you need them, etc.

The overview should give you a good idea what to expect.

Not sure these differences are strictly advantages w.r.t. bitstring, it depends on the use case I guess.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  tools for writing and reading binary data in files Skaperen 0 1,480 Jun-08-2020, 07:28 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020