Metadata-Version: 1.1
Name: StarStruct
Version: 0.9.0
Summary: StarStruct allows for easy binary stream pack/unpack
Home-page: https://github.com/sprout42/StarStruct
Author: Aaron Cornelius
Author-email: a.aaron.cornelius@gmail.com
License: MIT
Description: | |Build Status|
        | |Coverage Status|
        | |Scrutinizer Code Quality|
        
        StarStruct
        ==========
        
        A package that provides consistent packing and unpacking of binary data
        
        Getting Started
        ===============
        
        Requirements
        ------------
        
        -  Python 3.5+
        
        Installation
        ------------
        
        StarStruct can be installed with pip:
        
        ::
        
            $ pip install starstruct
        
        or directly from the source code:
        
        ::
        
            $ git clone https://github.com/sprout42/StarStruct.git
            $ cd StarStruct
            $ python setup.py install
        
        Basic Usage
        ===========
        
        After installation, the package can imported:
        
        ::
        
            $ python
            >>> import starstruct
            >>> starstruct.__version__
        
        .. |Build Status| image:: https://travis-ci.org/sprout42/StarStruct.svg?branch=master
           :target: https://travis-ci.org/sprout42/StarStruct
        .. |Coverage Status| image:: https://coveralls.io/repos/github/sprout42/StarStruct/badge.svg?branch=master
           :target: https://coveralls.io/github/sprout42/StarStruct?branch=master
        .. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/sprout42/StarStruct/badges/quality-score.png?b=master
           :target: https://scrutinizer-ci.com/g/sprout42/StarStruct/?branch=master
        
        Revision History
        ================
        
        0.0.0 (YYYY/MM/DD)
        ------------------
        
        -  TBD
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
