Metadata-Version: 1.1
Name: binary
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/ofek/binary
Author: Ofek Lev
Author-email: ofekmeister@gmail.com
License: MIT/Apache-2.0
Description-Content-Type: UNKNOWN
Description: binary
        ======
        
        .. image:: https://img.shields.io/pypi/v/binary.svg?style=flat-square
            :target: https://pypi.org/project/binary
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/travis/ofek/binary/master.svg?style=flat-square
            :target: https://travis-ci.org/ofek/binary
            :alt: Travis CI
        
        .. image:: https://img.shields.io/codecov/c/github/ofek/binary/master.svg?style=flat-square
            :target: https://codecov.io/gh/ofek/binary
            :alt: Codecov
        
        .. image:: https://img.shields.io/pypi/pyversions/binary.svg?style=flat-square
            :target: https://pypi.org/project/binary
            :alt: Supported Python versions
        
        .. image:: https://img.shields.io/pypi/l/binary.svg?style=flat-square
            :target: https://choosealicense.com/licenses
            :alt: License
        
        -----
        
        .. contents:: **Table of Contents**
            :backlinks: none
        
        Installation
        ------------
        
        binary is distributed on `PyPI <https://pypi.org>`_ as a universal
        wheel and is available on Linux/macOS and Windows and supports
        Python 2.7/3.5+ and PyPy.
        
        .. code-block:: bash
        
            $ pip install binary
        
        License
        -------
        
        binary is distributed under the terms of both
        
        - `MIT License <https://choosealicense.com/licenses/mit>`_
        - `Apache License, Version 2.0 <https://choosealicense.com/licenses/apache-2.0>`_
        
        at your option.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
