Metadata-Version: 2.4
Name: foro
Version: 0.1.0
Summary: Python SDK for Foro
Project-URL: Homepage, https://github.com/foro-sh/foro
Project-URL: Repository, https://github.com/foro-sh/foro
Project-URL: Issues, https://github.com/foro-sh/foro/issues
Author: Foro
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Foro Python SDK

This package is the Python SDK for Foro.

## Development

```bash
uv sync
uv run python -m pytest
```
