Metadata-Version: 2.4
Name: nest-sdk
Version: 0.1.0
Summary: NEST SDK: public API for plugin authors
Project-URL: Homepage, https://github.com/mariagorskikh/nest
Project-URL: Repository, https://github.com/mariagorskikh/nest
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: nest-core
Description-Content-Type: text/markdown

# nest-sdk

NEST SDK: public API for plugin authors

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

## Installation

```bash
pip install nest-sdk
```

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