net-cli 0.20.2

Unified `net-mesh` command-line tool for the Net mesh
# net-mesh-cli

`net-mesh` — unified command-line interface for the Net mesh,
packaged as a PyPI wheel so it installs cleanly into any Python
environment.

```sh
pip install net-mesh-cli
net-mesh --help
```

The wheel bundles the Rust `net-mesh` binary directly (built with
[`maturin`](https://github.com/PyO3/maturin)'s `bindings = "bin"`
mode); `pip install` puts it on your `$PATH` with no compilation
step and no Python shim layer.

Supported platforms: linux x86_64 (glibc + musl), linux aarch64,
macOS x86_64 + aarch64, Windows x86_64 + aarch64. A source distribution is
also published for any platform pip can't find a wheel for —
that path needs a Rust toolchain.

## Other install paths

- **crates.io**`cargo install net-cli`
- **cargo-binstall**`cargo binstall net-cli`
- **npm**`npm install -g @net-mesh/cli`
- **GitHub Releases** — prebuilt tarballs at
  https://github.com/ai-2070/net/releases

See the [main README](https://github.com/ai-2070/net) for the
full surface + subcommand reference.