Manage the bits
Go to file
S Groesz 49ef87f8c9 add bit_len to Bytes 2021-04-17 05:01:32 +00:00
docs refactor code structure. tests passing. 2020-10-28 03:20:38 +00:00
src add bit_len to Bytes 2021-04-17 05:01:32 +00:00
tests compatibility update for Python 3.6 2021-04-14 00:59:02 +00:00
.gitignore update for pypi 2020-11-19 04:23:42 +00:00
LICENSE initial commit 2020-10-04 01:35:46 +00:00
Makefile refactor code structure. tests passing. 2020-10-28 03:20:38 +00:00
README.md update readme 2021-04-14 03:06:08 +00:00
build.sh update publish scripts 2021-04-14 02:57:57 +00:00
dev.md add dev notes 2021-04-14 03:27:53 +00:00
publish.sh update publish scripts 2021-04-14 02:57:57 +00:00
setup.py update source code location 2021-04-14 23:34:23 +00:00

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