Metadata-Version: 2.4
Name: cconnect
Version: 1.9.3
Summary: Remote bridge between the CConnect client and Claude Code
Author: jahirtrap
License-Expression: MIT
Project-URL: Homepage, https://cconnect.dev
Project-URL: Repository, https://github.com/jahirxtrap/cconnect
Keywords: claude,claude-code,anthropic,remote,mobile
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.136.0
Requires-Dist: uvicorn[standard]>=0.45.0
Requires-Dist: pydantic>=2.13.3
Requires-Dist: loguru>=0.7.3
Requires-Dist: orjson>=3.12.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: slowapi>=0.1.9
Requires-Dist: httpx>=0.28.0
Requires-Dist: claude-agent-sdk>=0.2.148
Requires-Dist: qrcode>=7.4.2
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: pillow>=10.0.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: nvidia-ml-py>=12.0.0
Requires-Dist: py7zr>=1.0.0
Requires-Dist: rarfile>=4.2
Requires-Dist: watchdog>=4.0.0
Requires-Dist: pywinpty>=2.0.13; sys_platform == "win32"
Requires-Dist: ptyprocess>=0.7.0; sys_platform != "win32"
Provides-Extra: dev
Requires-Dist: pytest>=9.0.3; extra == "dev"
Requires-Dist: pytest-asyncio>=1.3.0; extra == "dev"

CConnect drives Claude Code running on your PC from an Android app, a desktop app
for Windows, Linux and macOS, or any browser.

This is the backend: install it and run `cconnect`. The apps, the docs and the
install one-liners are at https://cconnect.dev
