Metadata-Version: 2.4
Name: nest-cli
Version: 0.1.1
Summary: Deprecated shim — install nest-core instead. Kept on PyPI so existing installs keep working.
Project-URL: Homepage, https://github.com/mariagorskikh/nest
Project-URL: Repository, https://github.com/mariagorskikh/nest
License-Expression: Apache-2.0
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: nest-core>=0.1.2
Provides-Extra: llm
Requires-Dist: nest-core[llm]>=0.1.2; extra == 'llm'
Description-Content-Type: text/markdown

# nest-cli

> **Deprecated:** The CLI is now included in `nest-core`. Install with `pip install "nest-core[plugins]"` instead.

Part of [NEST](https://github.com/mariagorskikh/nest) (Network Environment for Swarm Testing), built at MIT Media Lab.

## Installation

```bash
pip install "nest-core[plugins]"
```

See the [main repository](https://github.com/mariagorskikh/nest) for full documentation.
