Metadata-Version: 2.4
Name: minions-match
Version: 0.1.0
Summary: Match scoring, shortlists, and hard gate evaluation between jobs and profile
Project-URL: Homepage, https://github.com/mxn2020/minions-match
Project-URL: Repository, https://github.com/mxn2020/minions-match
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,match,minions
Requires-Python: >=3.11
Requires-Dist: minions-sdk>=0.2.1
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == 'test'
Description-Content-Type: text/markdown

# minions-match

Match scoring, shortlists, and hard gate evaluation between jobs and profile

## Installation

```bash
pip install minions-match
```

## Usage

```python
from minions_match import create_client

client = create_client()
```

## License

[MIT](../../LICENSE)
