Name: | python2-bitstring |
---|---|
Version: | 3.1.5 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 518019 |
License: | MIT |
RPM: | python2-bitstring-3.1.5-1.el7.noarch.rpm |
Source RPM: | python-bitstring-3.1.5-1.el7.src.rpm |
Build Date: | Wed Aug 22 2018 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/scott-griffiths/bitstring |
Summary: | Simple construction, analysis and modification of binary data |
Description: | bitstring is a pure Python module designed to help make the creation and analysis of binary data as simple and natural as possible. Bitstrings can be constructed from integers (big and little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, inserted into, overwritten, etc. with simple functions or slice notation. They can also be read from, searched and replaced, and navigated in, similar to a file or stream. |
- Update to 3.1.5 - Include LICENSE file
- Initial package