Metadata-Version: 2.4
Name: minions-pipeline
Version: 0.1.0
Summary: Funnel stage tracking across the full job search lifecycle
Project-URL: Homepage, https://github.com/mxn2020/minions-pipeline
Project-URL: Repository, https://github.com/mxn2020/minions-pipeline
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,minions,pipeline
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-pipeline

Funnel stage tracking across the full job search lifecycle

## Installation

```bash
pip install minions-pipeline
```

## Usage

```python
from minions_pipeline import create_client

client = create_client()
```

## License

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