nustack
Reference

Nu STD

ModuleWhat
nustd.asyncioNu surface for Python's asyncio module.
nustd.ccNu Claude Code fabric.
nustd.clusternustd.cluster - the ray compute fabric.
nustd.cmathNu surface for Python's complex builtin and its cmath companion.
nustd.datetimeNu surface for Python's datetime module.
nustd.decimalNu surface for Python's decimal module - the Decimal type.
nustd.finNu surface for financial value types - Percentage and BasisPoint.
nustd.fractionsNu surface for Python's fractions module - exact rational arithmetic.
nustd.functoolsNu surface for Python's functools.
nustd.httpNu HTTP fabric.
nustd.itertoolsNu surface for Python's itertools module.
nustd.kvnustd.kv: virtuals (polymorphic views) KV-storage fabric for Nu Shapes.
nustd.llmNu LLM fabric: OpenAI-compatible chat/completions, one wire, N providers.
nustd.loggingNu surface for Python's logging module.
nustd.mathNu surface for Python's math module.
nustd.memnustd.mem: the shape fabric over plain nested Python dicts.
nustd.mpnustd.mp - the multiprocessing compute fabric.
nustd.mp_poolnustd.mp_pool - the pool of worker processes, as one fabric.
nustd.pathlibNu surface for Python's pathlib module - pure path operations only.
nustd.proxynustd.proxy - transparent RPC transport for fabrics.
nustd.randomNu surface for Python's random module.
nustd.serviceNu Service fabric: expose Python objects as Nu Services.
nustd.timeNu surface for Python's time module.
nustd.uinustd.ui -- component fabric.
nustd.uuidNu surface for Python's uuid module.
nustd.ws_servernustd.ws_server -- a websocket host, in three layers plus a bracket.