Metadata-Version: 1.2
Name: py-bipartite-matching
Version: 0.1.3
Summary: Py Bipartite Matching contains bipartite graphs matching algorithms.
Home-page: https://github.com/FranciscoMoretti/py_bipartite_matching
Author: Francisco Moretti
Author-email: franciscoemoretti@gmail.com
License: MIT license
Description: =====================
        Py Bipartite Matching
        =====================
        
        
        .. image:: https://img.shields.io/pypi/v/py_bipartite_matching.svg
                :target: https://pypi.python.org/pypi/py_bipartite_matching
        
        .. image:: https://img.shields.io/travis/FranciscoMoretti/py_bipartite_matching.svg
                :target: https://travis-ci.com/FranciscoMoretti/py_bipartite_matching
        
        .. image:: https://readthedocs.org/projects/py-bipartite-matching/badge/?version=latest
                :target: https://py-bipartite-matching.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Py Bipartite Matching contains bipartite graphs matching algorithms.
        
        
        * Free software: MIT license
        * Documentation: https://py-bipartite-matching.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2021-02-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: py_bipartite_matching
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
