Metadata-Version: 2.5
Name: nuspace
Version: 0.2.1
Summary: Nu runtime built on Nu. A self-hosted programmable space that runs Nu apps in a tree of containers and applications.
Project-URL: Repository, https://github.com/nustackdev/nuspace
Author-email: Gor Arakelyan <gorarkln@gmail.com>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE.md
Keywords: ai-agents,nu,nuspace,nustack,python,runtime,self-hosted,ui
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
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: nuagent>=0.1.3
Requires-Dist: nucore>=0.5.1
Requires-Dist: nuspace-ui>=0.2.1
Requires-Dist: nustd[all]>=0.5.1
Requires-Dist: rich-click>=1.6
Requires-Dist: rich>=10.7
Requires-Dist: typing-extensions>=4.7.0
Description-Content-Type: text/markdown

# nuspace

Nu runtime built on Nu. Self-hosted.

A tree of containers and applications.
The runtime evaluates Nu apps, provides the fabrics they use (nustd.kv, nustd.proxy, nustd.mp_pool, nulog, nustd.ui), and renders a human interface for the ones that opt in.

## License

GNU Affero General Public License v3.0. See [LICENSE.md](LICENSE.md).
