Difference between revisions of "Bitstring"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Bitstring |Short description=Simple construction, analysis and modification of binary data. |Full description=bitstring is a pure Python module designed to help mak...")
(No difference)

Revision as of 10:04, 12 April 2011


[edit]

Bitstring

http://code.google.com/p/python-bitstring/
Simple construction, analysis and modification of binary data.

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.





Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Kelly Hopkins

Verified on

26 January 2010




Leaders and contributors

Contact(s)Role
Scott Griffiths Maintainer


Resources and communication

AudienceResource typeURI
Ruby (Ref)https://rubygems.org/gems/bitstring
Python (Ref)https://pypi.org/project/bitstring


Software prerequisites




Entry













Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.