nustd
Batteries for Nu.
nucore is the kernel: the language, the engine, the core atoms, flows,
spans, forms, the tree rewrites, nu.prog, nu.inspect. It has no
fabric backends in it. The nu command lives in nucli.
nustd is everything that talks to the outside world. One import, then
dot-access: import nustd, then nustd.kv, nustd.ui, nustd.uuid.
| Fabric | Extra | What it is |
|---|---|---|
nustd.service |
- | Service / method dispatch |
nustd.mem |
nustd[mem] |
In-process refs |
nustd.kv |
nustd[kv] |
Key-value storage (virtuals, RocksDB) |
nustd.ui |
nustd[ui] |
The nudle web UI runtime |
nustd.llm |
nustd[llm] |
LLM calls |
nustd.cc |
nustd[cc] |
Claude Agent SDK sessions |
nustd.http |
nustd[http] |
HTTP client atoms |
nustd.proxy |
nustd[proxy] |
Remote objects over invisibles |
nustd.mp |
nustd[mp] |
Multiprocessing workers |
nustd.cluster |
nustd[cluster] |
Ray |
The standard library sits at the same level, one module per Python stdlib
module it mirrors: nustd.uuid, nustd.datetime, nustd.decimal,
nustd.math, nustd.pathlib, nustd.logging, nustd.fin and the rest. No
extra needed, they are pure Nu.
Install
pip install nustd[all] # everything
pip install nustd[kv,ui] # just what you need
nucore comes along as a dependency. Add nucli for the nu command:
pip install "nustd[all]" nucli.
Released in lockstep with nucore and nucli. Docs at
nustack.dev.
Release files for nustd 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nustd-0.5.0.tar.gz | 1.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nustd-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.5 MB
Release files / nustd-0.5.0.tar.gz
| Download URL | nustd-0.5.0.tar.gz |
|---|---|
| Size | 1.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6c39c6fd3d9e405542abede19fa39abf0d44f27ad3c81af01f74fe87e53daec2
|
|
BLAKE2b-256 checksum How to use checksums |
8404193aba4e5742574cd2db5776acadb88e2c69de3cd530ec92521a3adf1368
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency logRelease files / nustd-0.5.0-py3-none-any.whl
| Download URL | nustd-0.5.0-py3-none-any.whl |
|---|---|
| Size | 284.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1d7a566c00ff5b836a4cd2bc8cdce5b2ce365726acdce07ff2db2d73124a58ec
|
|
BLAKE2b-256 checksum How to use checksums |
29c0478ad379e27633a33a8e4a651189c2cfda8253397857b3f725730fa19be0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency log