Metadata-Version: 2.4
Name: flurry-code
Version: 0.0.1
Summary: Flurry Code – code intelligence toolkit for AI agents
Author: dimaburger
License-Expression: MIT
Project-URL: Homepage, https://github.com/deepburger/flurry-code
Project-URL: Repository, https://github.com/deepburger/flurry-code
Project-URL: Issues, https://github.com/deepburger/flurry-code/issues
Keywords: code-intelligence,mcp,ai-agents,flurry
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Flurry Code

Code intelligence toolkit for AI agents.

## Packages

| Package | Description | Status |
|---------|-------------|--------|
| [flurry-server](packages/flurry-server/) | Code intelligence MCP server | 🚧 In development |
| [flurry-client](packages/flurry-client/) | SDK for AI agent integration | 📋 Planned |
| [flurry-monitor](packages/flurry-monitor/) | Monitoring and observability | 📋 Planned |

## Installation

```bash
pip install flurry-code
```

Or install individual packages:

```bash
pip install flurry-server
pip install flurry-client
pip install flurry-monitor
```

## License

MIT
