Metadata-Version: 2.4
Name: nominal-code
Version: 0.22.0
Summary: A bot that monitors GitHub PRs and GitLab MRs for review comments, then uses AI agents to respond, review code, and push changes
Requires-Python: >=3.13
Requires-Dist: aiohttp==3.13.3
Requires-Dist: claude-agent-sdk==0.1.48
Requires-Dist: environs==14.6.0
Requires-Dist: httpx==0.28.1
Requires-Dist: json-repair==0.58.5
Requires-Dist: pydantic==2.12.5
Requires-Dist: pyjwt[crypto]==2.11.0
Requires-Dist: pyyaml==6.0.3
Provides-Extra: all
Requires-Dist: anthropic==0.84.0; extra == 'all'
Requires-Dist: google-genai==1.66.0; extra == 'all'
Requires-Dist: openai==2.26.0; extra == 'all'
Requires-Dist: redis==7.3.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic==0.84.0; extra == 'anthropic'
Provides-Extra: google
Requires-Dist: google-genai==1.66.0; extra == 'google'
Provides-Extra: openai
Requires-Dist: openai==2.26.0; extra == 'openai'
Provides-Extra: redis
Requires-Dist: redis==7.3.0; extra == 'redis'
