bitstring is a pure Python module to aid in the creation, modification and
analysis of binary data.

***
This is the Python 3 version. A version for Python 2.4, 2.5 and 2.6 is
also available.
***

Installation
------------
To install run the setup.py script with the 'install' argument:

python setup.py install

This should put bitstring.py in your site-packages directory.
Alternatively just copy the bitstring.py file to where you want it!

Unit Tests
----------
To run the unit tests:

python test_bitstring.py

The unit tests should all pass.

---

The bitstring module has been released as open source under the MIT License.
Copyright (c) 2009 Scott Griffiths (scott@griffiths.name)

For documentation, a tutorial and examples, see the project's homepage
on Google Code: http://python-bitstring.googlecode.com
