# PRS Commons

Welcome to the PRS Commons documentation!

## Overview

A Python library providing common utilities and integrations for the PRS system.

```{toctree}
:maxdepth: 2
:caption: Modules

odoo.rst
```

## Features

- **Odoo RPC Client**: A high-level client for interacting with Odoo's XML-RPC API
- **Common Utilities**: Shared utilities and helpers for PRS services
- **Type Hints**: Full type annotations for better IDE support and code quality

## Installation

```bash
pip install prs-commons
```

## API Reference

- [Odoo RPC Client](odoo)

## Contributing

Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
