Manage the bits
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
S Groesz 49ef87f8c9 add bit_len to Bytes 2 years ago
docs refactor code structure. tests passing. 3 years ago
src add bit_len to Bytes 2 years ago
tests compatibility update for Python 3.6 2 years ago
.gitignore update for pypi 3 years ago
LICENSE initial commit 3 years ago
Makefile refactor code structure. tests passing. 3 years ago
README.md update readme 2 years ago
build.sh update publish scripts 2 years ago
dev.md add dev notes 2 years ago
publish.sh update publish scripts 2 years ago
setup.py update source code location 2 years ago

README.md

Bits

Helps manage your bits!

Intended to be compatible with Python 3.6+. Written and tested against Python 3.8.5 Ubuntu 20.04.1 LTS.

If something doesn't work in Python 3.6, it's a bug. Please report any such bugs if they are encountered.

PyPI

View on PyPI at https://pypi.org/project/binary-bits/

Install from PyPI: python3 -m pip install binary-bits --upgrade

Use in your project:

import bits

my_bytes = bits.Bytes(bytes.fromhex('deadbeef'))

Similar projects

py-flags