Skip to content

A compact library for specifying binary formats similar to C structs

License

Notifications You must be signed in to change notification settings

Prakti/striptease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A compact library for specifying binary formats similar to C structs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published