Metadata-Version: 2.4
Name: chimpy-me
Version: 0.0.1a1
Summary: Library bot framework with traditional modules and MCP services for institutions
Project-URL: Homepage, https://github.com/chimpy-me/chimpy-me
Project-URL: Repository, https://github.com/chimpy-me/chimpy-me
Project-URL: Issues, https://github.com/chimpy-me/chimpy-me/issues
Author: Ray Voelker
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.14
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Description-Content-Type: text/markdown

# chimpy-me

Library bot framework with traditional modules and MCP services for institutions.

Part of the [CHIMPY](https://github.com/chimpy-me) organization: "Library tools, together strong"

## Installation

```bash
pip install chimpy-me
```

## Development

This project uses [UV](https://docs.astral.sh/uv/) for dependency management.

```bash
# Clone the repository
git clone https://github.com/chimpy-me/chimpy-me.git
cd chimpy-me

# Install dependencies
uv sync

# Install with dev dependencies
uv sync --extra dev

# Run tests
uv run pytest

# Run linting
uv run ruff check .
```

## License

MIT License - see [LICENSE](LICENSE) for details.
