scott-griffiths / bitstring

A Python module to help you manage your bits
https://bitstring.readthedocs.io/en/stable/index.html
MIT License
401 stars 67 forks source link

Command line usage broken #290

Closed scott-griffiths closed 11 months ago

scott-griffiths commented 11 months ago
python -m bitstring
.../bitstring/venv/bin/python: No module named bitstring.__main__; 'bitstring' is a package and cannot be directly executed

I guess this shows that 1) no one is using this feature and 2) that the tests don't work!