Metadata-Version: 2.4
Name: gvisor
Version: 0.0.1
Summary: Python bindings for gVisor.
License: Apache-2.0
Project-URL: Homepage, https://github.com/google/gvisor
Project-URL: Bug-Tracker, https://github.com/google/gvisor/issues
Project-URL: Website, https://gvisor.dev
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Operating System Kernels
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# gVisor Python Bindings

Python bindings for [gVisor](https://github.com/google/gvisor).

## Overview

gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system surface. It includes an Open Container Initiative (OCI) runtime called `runsc` that provides an isolation boundary between the application and the host kernel. The `runsc` runtime delivers strong sandbox isolation while still allowing applications to behave as they would under standard runtimes.

These Python bindings provide a programmable interface to interact with gVisor.

## License

Apache License 2.0
