Metadata-Version: 2.4
Name: moco-py
Version: 1.2.0
Summary: Python client library for the MOCO ERP API
Project-URL: Homepage, https://github.com/bandbyte/moco-py
Project-URL: Documentation, https://github.com/bandbyte/moco-py
Project-URL: Repository, https://github.com/bandbyte/moco-py
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.0
Description-Content-Type: text/markdown

# moco-py

Python client library for the [MOCO ERP API](https://www.mocoapp.com).

## Installation

```bash
pip install moco-py
```

## Quick Start

```python
from moco_py import Moco

client = Moco(domain="yourcompany", api_key="your-api-key")
```
