bitstream icon indicating copy to clipboard operation
bitstream copied to clipboard

Binary Data for Humans

Results 9 bitstream issues
Sort by recently updated
recently updated
newest added

As of today the CI is used only for automated testing (no wheel building, no pypi upload) - Travis CI to GitHub Actions (since Travis is EOL fast for open...

Consider '/', '//' and 'divmod' wrt readability and performance (related: cdivision mode in Cython).

enhancement

Streams without read, write, save and restore. Study the use cases (I am think of streams as keys in dict, but is it usable without even a read?). Maybe via...

enhancement

Looking for how to use Bitstream with Python3.10. Thanks!

Not sure if this extra information will help or hinder. Is there a way to tell it where the arrayobject.h can be found ? Same error if I install inside...

bug

The 3.1b1 version of bitstream (new-setup branch) adresses #22, #25, #26 and #27 and simplifies the package management. Harden it a bit and then release this new version.

There is some current effort to make bitstream installable with Python 3 (=3.11, that require a different handling). Unfortunately, the current installation with ``` $ pip install bitstream==3.0.1 ``` may...

bug