/striptease

A compact library for specifying binary formats similar to C structs

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Striptease 0.1
==============
The *Striptease* library aims to provide a simple C-like mechanism for
encoding and decoding binary data in Python. It is distributed under BSD
license, see LICENSE for details.

Dependencies
------------
Striptease has only one strong dependenciy: crcmod, which calculates all kinds
of checksums.

Optional Dependencies
---------------------
If you want to use extensive logging, install the *logbook* library (which is
pocoo project) and if you want to have bit-level access, install the
*bitstring* library. 

Installing
----------
You can simply rund 'setup.py' for installation via distutils. enjoy.

Documentation
-------------
You can find the documentation in the *doc* subdirectory or on
http://www.prakti.org/striptease/