Metadata-Version: 2.4
Name: zero-cli
Version: 0.0.1
Summary: ZERO CLI installer shim
Project-URL: Homepage, https://getzero.dev
Project-URL: Repository, https://github.com/zero-intel/zero
Project-URL: Documentation, https://getzero.dev/llms.txt
Project-URL: Public MCP, https://getzero.dev/oss/mcp
Project-URL: CLI Releases, https://github.com/zero-intel/zero/releases
Author-email: ZERO <founders@getzero.dev>
License-Expression: Apache-2.0
Keywords: agentic,cli,hyperliquid,mcp,onchain,self-custodial,trading
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Terminals
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# zero-cli

Python installer shim for the ZERO operator CLI.

The production ZERO CLI ships as native binaries from GitHub Releases and, later,
Homebrew. This PyPI package reserves the `zero-cli` name and gives Python users a
stable `pipx install zero-cli` entrypoint while the public CLI distribution is
finalized.

## Install

```bash
pipx install zero-cli
zero
```

## Links

- Website: https://getzero.dev
- Public MCP: https://getzero.dev/oss/mcp
- Agent index: https://getzero.dev/llms.txt
