Metadata-Version: 2.5
Name: nucli
Version: 0.2.0
Summary: The `nu` command line: doctor, demos, telemetry. Ships alongside the nucore kernel and the nustd fabrics.
Project-URL: Repository, https://github.com/nustackdev/nu
Author-email: Gor Arakelyan <gorarkln@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE.md
Keywords: agentic,ai-agents,cli,database,distributed-systems,key-value-store,llm,nu,nustack,observability,python,ray,real-time,rocksdb,state-management,ui
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: click>=8.0
Requires-Dist: nustd>=0.2.0
Requires-Dist: rich-click>=1.6
Requires-Dist: rich>=10.7
Description-Content-Type: text/markdown

# nucli

The `nu` command line for [Nu](https://nustack.dev).

Installing this gives you the `nu` executable:

```bash
nu --version
nu doctor          # environment + fabric backend check
nu demo movies     # run a packaged demo app
nu telemetry       # see / change telemetry settings
```

It ships `nu._cli` into the `nu.` namespace and depends on
[`nustd`](https://pypi.org/project/nustd/) (which pulls the
[`nucore`](https://pypi.org/project/nucore/) kernel) because the
packaged demos run on `nu.ui` and `nu.kv` at runtime.

You normally do not install this directly - `pip install "nustd[all]" nucli`
brings it along. Released in lockstep with the kernel. Docs at
[nustack.dev](https://nustack.dev).
