Reference
Nu STD
| Module | What |
|---|---|
nustd.asyncio | Nu surface for Python's asyncio module. |
nustd.cc | Nu Claude Code fabric. |
nustd.cluster | nustd.cluster - the ray compute fabric. |
nustd.cmath | Nu surface for Python's complex builtin and its cmath companion. |
nustd.datetime | Nu surface for Python's datetime module. |
nustd.decimal | Nu surface for Python's decimal module - the Decimal type. |
nustd.fin | Nu surface for financial value types - Percentage and BasisPoint. |
nustd.fractions | Nu surface for Python's fractions module - exact rational arithmetic. |
nustd.functools | Nu surface for Python's functools. |
nustd.http | Nu HTTP fabric. |
nustd.itertools | Nu surface for Python's itertools module. |
nustd.kv | nustd.kv: virtuals (polymorphic views) KV-storage fabric for Nu Shapes. |
nustd.llm | Nu LLM fabric: OpenAI-compatible chat/completions, one wire, N providers. |
nustd.logging | Nu surface for Python's logging module. |
nustd.math | Nu surface for Python's math module. |
nustd.mem | nustd.mem: the shape fabric over plain nested Python dicts. |
nustd.mp | nustd.mp - the multiprocessing compute fabric. |
nustd.mp_pool | nustd.mp_pool - the pool of worker processes, as one fabric. |
nustd.pathlib | Nu surface for Python's pathlib module - pure path operations only. |
nustd.proxy | nustd.proxy - transparent RPC transport for fabrics. |
nustd.random | Nu surface for Python's random module. |
nustd.service | Nu Service fabric: expose Python objects as Nu Services. |
nustd.time | Nu surface for Python's time module. |
nustd.ui | nustd.ui -- component fabric. |
nustd.uuid | Nu surface for Python's uuid module. |
nustd.ws_server | nustd.ws_server -- a websocket host, in three layers plus a bracket. |