Metadata-Version: 2.4
Name: devtorch-cli
Version: 3.0.1
Summary: DevTorch — command-line interface for the devtorch-core governance SDK
Author-email: Hemant Joshi <hemant@flotorch.ai>
License: Apache-2.0
Project-URL: Homepage, https://github.com/hemantcgi/DevTorch
Project-URL: Repository, https://github.com/hemantcgi/DevTorch
Project-URL: Documentation, https://github.com/hemantcgi/DevTorch/blob/main/Implementation/README.md
Keywords: ai,agents,governance,audit,llm,reasoning,devtorch
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: devtorch-core>=3.0.1
Provides-Extra: cloud
Requires-Dist: devtorch-core[cloud]; extra == "cloud"
Provides-Extra: mcp
Requires-Dist: devtorch-core[mcp]; extra == "mcp"
Provides-Extra: audit
Requires-Dist: devtorch-core[audit]; extra == "audit"
Provides-Extra: proxy
Requires-Dist: devtorch-core[proxy]; extra == "proxy"
Provides-Extra: wrapper
Requires-Dist: devtorch-core[wrapper]; extra == "wrapper"
Provides-Extra: embeddings
Requires-Dist: devtorch-core[embeddings]; extra == "embeddings"
Provides-Extra: broadcast
Requires-Dist: devtorch-core[broadcast]; extra == "broadcast"
Provides-Extra: dev
Requires-Dist: devtorch-core[dev]; extra == "dev"
Provides-Extra: all
Requires-Dist: devtorch-core[all]; extra == "all"

# devtorch-cli

Command-line interface for [DevTorch](https://github.com/hemantcgi/DevTorch), a local-first AI governance platform.

This package installs the `devtorch` command and depends on `devtorch-core`, which provides the governance SDK.

## Install

```bash
pip install devtorch-cli
```

For the full experience including cloud sync, MCP, and IDE wrappers:

```bash
pip install devtorch-cli[all]
```

See the main repository README for detailed setup instructions.
