Metadata-Version: 2.4
Name: sandlock
Version: 0.4.0
Summary: Lightweight process sandbox using Landlock, seccomp, and seccomp user notification
Author-email: Cong Wang <cwang@multikernel.io>
License: Apache-2.0
Project-URL: Homepage, https://github.com/multikernel/sandlock
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: tomli>=1.0; python_version < "3.11"
Provides-Extra: mcp
Requires-Dist: mcp>=1.0; extra == "mcp"
Provides-Extra: mcp-remote
Requires-Dist: mcp>=1.0; extra == "mcp-remote"
Requires-Dist: uvicorn>=0.20; extra == "mcp-remote"
Requires-Dist: starlette>=0.27; extra == "mcp-remote"
