Metadata-Version: 2.4
Name: elizaos-plugin-google-chat
Version: 2.0.0a4
Summary: Google Chat integration plugin for ElizaOS agents
Author-email: elizaOS <contact@elizaos.com>
License: MIT
Keywords: chat,elizaos,google-chat,plugin,workspace
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: elizaos>=2.0.0
Requires-Dist: google-auth-oauthlib>=1.0.0
Requires-Dist: google-auth>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# elizaos-plugin-google-chat

Google Chat integration plugin for ElizaOS agents

## Installation

```bash
pip install elizaos-plugin-google-chat
```

## Part of elizaOS

This is a Python plugin for the [elizaOS](https://github.com/elizaos/eliza) AI agent framework.

## License

MIT
