Metadata-Version: 1.0
Name: bitstring
Version: 0.5.0
Summary: Simple construction, analysis and modification of binary data.
Home-page: http://python-bitstring.googlecode.com
Author: Scott Griffiths
Author-email: scott@griffiths.name
License: The MIT License: http://www.opensource.org/licenses/mit-license.php
Download-URL: http://python-bitstring.googlecode.com
Description: bitstring is a pure Python module designed to help make
        the creation and analysis of binary data as painless as possible.
        BitString objects can be constructed from integers, hexadecimal,
        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
        navigated in, similar to a file or stream.
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Topic :: Software Development :: Libraries :: Python Modules
