Metadata-Version: 2.4
Name: nest-core
Version: 0.1.1
Summary: NEST core engine: layer interfaces, runtime, event loop, and simulator
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: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: typer>=0.12
Provides-Extra: full
Requires-Dist: nest-plugins-reference>=0.1.0; extra == 'full'
Requires-Dist: nest-shell>=0.1.0; extra == 'full'
Provides-Extra: llm
Requires-Dist: nest-shell>=0.1.0; extra == 'llm'
Provides-Extra: plugins
Requires-Dist: nest-plugins-reference>=0.1.0; extra == 'plugins'
Description-Content-Type: text/markdown

# nest-core

NEST core engine: layer interfaces, runtime, event loop, and simulator

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

## Installation

```bash
pip install nest-core
```

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