Metadata-Version: 1.2
Name: bitsio
Version: 1.0.0
Summary: The BitsIO is a bit stream I/O class.
Home-page: https://github.com/m-hiki/bitsio
Author: Minoru Hiki
Author-email: minoruhiki@gmail.com
License: MIT License
Description: BitsIO: A bit stream I/O class
        ========================
        
        .. image:: https://travis-ci.org/m-hiki/bitsio.svg?branch=master
          :target: https://travis-ci.org/m-hiki/bitsio
        
        .. image:: https://img.shields.io/github/license/m-hiki/bitsio.svg
          :target: https://github.com/m-hiki/bitsio
        
        .. image:: https://img.shields.io/pypi/m-hiki/bitsio.svg
          :target: https://pypi.python.org/pypi/bitsio
        
        .. image:: https://img.shields.io/pypi/v/bitsio.svg
          :target: https://pypi.python.org/pypi/bitsio
        
        
        ---------------
        
        Installing
        ------------
        
        Use pip to install BitsIO:
        
        .. code-block:: bash
        
            pip install bitsio
        
        Usage
        ------------
        
        
        .. code-block:: python
           from bitsio import BitsIO
        
           
        
        Example test running:
        
        .. code-block:: bash
        
            python -m unittest discover ./tests/
        
        
        
        `Release notes <https://github.com/m-hiki/bitsio/releases>`__.
        
        
        Copyright (c) 2018 Minoru Hiki. All rights reserved.
Keywords: bitstream,io
Platform: UNKNOWN
Requires-Python: >=3.4
