Metadata-Version: 2.1
Name: hgpmatch
Version: 1.0.0
Summary: A CSV driven solver for the resident/hospital style matching markets
Home-page: https://github.com/klittlepage/hgpmatch
Author: Kelly Littlepage
Author-email: kelly@klittlepage.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: matching (<2,>=1.3.2)
Requires-Dist: fuzzywuzzy (<0.19.0,>=0.18.0)
Requires-Dist: python-Levenshtein (<1.0.0,>=0.12.0)
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: autopep8 ; extra == 'dev'
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'


[![Build Status](https://travis-ci.org/klittlepage/hgpmatch.svg?branch=master)](https://travis-ci.org/klittlepage/hgpmatch)
[![Documentation Status](https://readthedocs.org/projects/hgpmatch/badge/?version=latest)](https://hgpmatch.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/klittlepage/hgpmatch/badge.svg?branch=master)](https://coveralls.io/github/klittlepage/hgpmatch?branch=master)

# Project Documentation

Documentation on `hgpmatch` lives [here](https://hgpmatch.readthedocs.io/).


