Metadata-Version: 2.4
Name: opensandbox-server
Version: 0.2.1
Summary: FastAPI control plane for OpenSandbox that manages sandbox lifecycle on Docker (ready) and Kubernetes (planned) runtimes.
Project-URL: Homepage, https://github.com/opensandbox-group/OpenSandbox
Project-URL: Repository, https://github.com/opensandbox-group/OpenSandbox
Project-URL: Issues, https://github.com/opensandbox-group/OpenSandbox/issues
Author-email: OpenSandbox Team <pangjiping.pjp@alibaba-inc.com>
License: Apache-2.0
License-File: LICENSE
Keywords: control-plane,fastapi,opensandbox,sandbox,server
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: docker
Requires-Dist: fastapi>=0.137.0
Requires-Dist: httpx[socks]
Requires-Dist: kubernetes
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: python-multipart>=0.0.30
Requires-Dist: pyyaml
Requires-Dist: redis>=5
Requires-Dist: starlette>=1.3.1
Requires-Dist: tomli; python_version < '3.11'
Requires-Dist: uvicorn[standard]
Requires-Dist: websockets>=14.0
Description-Content-Type: text/markdown

# OpenSandbox Server

Documentation: [docs/components/server.md](../docs/components/server.md)

