Metadata-Version: 1.0
Name: bitstring
Version: 0.4.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: A pure Python module for analysing, constructing and modifying binary data.
        The underlying binary data can be interpreted as, or constructed from,
        hexadecimal, octal or binary strings, signed or unsigned integers,
        and signed or unsigned exponential-Golomb coded integers. It can
        also be used as and created from plain Python strings.
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: Topic :: Software Development :: Libraries :: Python Modules
