Metadata-Version: 2.4
Name: crabcode
Version: 0.1.1
Summary: CrabCode - AI coding assistant in the terminal
Requires-Python: >=3.10
Requires-Dist: anthropic>=0.40.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: openai>=1.50.0
Requires-Dist: prompt-toolkit>=3.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tiktoken>=0.7.0
Requires-Dist: typer>=0.12.0
Provides-Extra: bedrock
Requires-Dist: anthropic[bedrock]>=0.40.0; extra == 'bedrock'
Provides-Extra: browser
Requires-Dist: playwright>=1.48.0; extra == 'browser'
Provides-Extra: gateway
Requires-Dist: agent-client-protocol>=0.9.0; extra == 'gateway'
Requires-Dist: fastapi>=0.115.0; extra == 'gateway'
Requires-Dist: grpcio-health-checking>=1.65.0; extra == 'gateway'
Requires-Dist: grpcio>=1.65.0; extra == 'gateway'
Requires-Dist: httpx>=0.27.0; extra == 'gateway'
Requires-Dist: sse-starlette>=2.0.0; extra == 'gateway'
Requires-Dist: uvicorn[standard]>=0.30.0; extra == 'gateway'
Provides-Extra: search
Requires-Dist: modelscope>=1.10.0; extra == 'search'
Requires-Dist: sentence-transformers>=2.0.0; extra == 'search'
Requires-Dist: tree-sitter-language-pack>=1.0.0; extra == 'search'
Requires-Dist: usearch>=2.12.0; extra == 'search'
Provides-Extra: vertex
Requires-Dist: anthropic[vertex]>=0.40.0; extra == 'vertex'
