Metadata-Version: 2.4
Name: minions-documents
Version: 0.1.0
Summary: Versioned text documents, templates, and file attachments
Project-URL: Homepage, https://github.com/mxn2020/minions-documents
Project-URL: Repository, https://github.com/mxn2020/minions-documents
Author-email: Mehdi Nabhani <mehdi@the-mehdi.com>
License: MIT
Keywords: ai,documents,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-documents

Versioned text documents, templates, and file attachments

## Installation

```bash
pip install minions-documents
```

## Usage

```python
from minions_documents import create_client

client = create_client()
```

## License

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