Metadata-Version: 2.4
Name: minions-oss-projects
Version: 0.1.0
Summary: Project definitions, repos, version history, and health status
Project-URL: Homepage, https://github.com/mxn2020/minions-oss-projects
Project-URL: Repository, https://github.com/mxn2020/minions-oss-projects
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,minions,oss-projects
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-oss-projects

Project definitions, repos, version history, and health status

## Installation

```bash
pip install minions-oss-projects
```

## Usage

```python
from minions_oss_projects import create_client

client = create_client()
```

## License

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