Metadata-Version: 2.1
Name: cupid-matching
Version: 0.2.1
Summary: A package to solve, simulate and estimate separable matching models
Home-page: https://github.com/bsalanie/cupid_matching
Author: Bernard Salanie
Author-email: bsalanie@columbia.edu
License: MIT license
Keywords: cupid_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
Description-Content-Type: text/markdown
License-File: LICENSE

# cupid_matching

[![image](https://img.shields.io/pypi/v/cupid_matching.svg)](https://pypi.python.org/pypi/cupid_matching)
[![image](https://pepy.tech/badge/cupid_matching)](https://pepy.tech/project/cupid_matching)
[![image](https://github.com/giswqs/cupid_matching/workflows/docs/badge.svg)](https://cupid_matching.gishub.org)
[![image](https://github.com/giswqs/cupid_matching/workflows/build/badge.svg)](https://github.com/giswqs/cupid_matching/actions?query=workflow%3Abuild)
[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**A Python package to solve, simulate and estimate separable matching models**


-   Free software: MIT license
-   Documentation: https://bsalanie.github.io/cupid_matching
    
## Installation

### pip

```
pip install -U cupid_matching
```



