Metadata-Version: 1.1
Name: logbin
Version: 0.1a
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Samuele Santi
Author-email: redshadow@hackzine.org
License: BSD License
Description: LogBin - Binary logs for Python
        ###############################
        
        .. image:: https://travis-ci.org/rshk/logbin.svg?branch=master
            :target: https://travis-ci.org/rshk/logbin
        
        .. image:: https://coveralls.io/repos/rshk/logbin/badge.png
            :target: https://coveralls.io/r/rshk/logbin
        
        .. image:: https://pypip.in/v/logbin/badge.png
            :target: https://crate.io/packages/logbin/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/logbin/badge.png
            :target: https://crate.io/packages/logbin/
            :alt: Number of PyPI downloads
        
        LogBin provides binary logging for Python.
        
        `Fork this project on GitHub <https://github.com/rshk/logbin>`_
        
        Right now, it supports writing msg-pack encoded logs to a file, plus
        facilities for unpacking and reading the logs.
        
        
        Changelog
        #########
        
        No releases yet.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
