LICENSE
MANIFEST.in
README.md
pyproject.toml
release_notes.txt
bitstring/__init__.py
bitstring/bitstore.py
bitstring/bitstream.py
bitstring/bitstring_array.py
bitstring/classes.py
bitstring/exceptions.py
bitstring/fp8.py
bitstring/hints.py
bitstring/methods.py
bitstring/py.typed
bitstring/utils.py
bitstring.egg-info/PKG-INFO
bitstring.egg-info/SOURCES.txt
bitstring.egg-info/dependency_links.txt
bitstring.egg-info/requires.txt
bitstring.egg-info/top_level.txt
tests/__init__.py
tests/smalltestfile
tests/test.m1v
tests/test_array.py
tests/test_bitarray.py
tests/test_bits.py
tests/test_bitstore.py
tests/test_bitstream.py
tests/test_bitstring.py
tests/test_constbitstream.py
tests/test_fp8.py