Metadata-Version: 1.1
Name: bijection
Version: 0.1.1
Summary: A library for producing bijective functions in Python.
Home-page: https://github.com/binarybirchtree/python-bijection
Author: Binary Birch Tree
Author-email: binarybirchtree@users.noreply.github.com
License: Apache License 2.0
Description: .. image:: https://img.shields.io/travis/binarybirchtree/python-bijection.svg
           :target: https://travis-ci.org/binarybirchtree/python-bijection
        
        .. image:: https://img.shields.io/pypi/v/bijection.svg
           :target: https://pypi.python.org/pypi/bijection
        
        .. image:: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg
           :target: https://www.apache.org/licenses/LICENSE-2.0
        
        Bijection
        =========
        
        A library for producing bijective functions in Python.
        
        Running the tests
        -----------------
        
        Ensure that `tox <https://tox.readthedocs.io>`_ is installed, then run::
        
            tox
        
        Author
        ------
        
        Binary Birch Tree
        
Keywords: bijection bijective function
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
