Metadata-Version: 1.0
Name: binpack
Version: 0.2
Summary: Binary packing of data.
Home-page: code.google.com/p/py-binpack
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: UNKNOWN
Description: Binary packing of data. Easily creates file formats that hold arbitrary 
        binary data that can be accessed with a dictionary-like interface.
        
        Main features:
          * Transparent serialization of Python objects.
          * Transparent compression of data.
          * User can create arbitrary serialization/de-serialization functions.
          * Data can be saved or retrieved from any object that supports the file 
            protocol.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
