blob: 9acba176833b64681b28b4a705ea96e2a022fdfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
linuxnamespaces
===============
This is a plumbing-level Python module for working with Linux namespaces via
ctypes. It leverages glibc wrappers to access the relevant system calls and
provides typed abstractions for them.
To see these are composed, consider looking into the `examples/` directory.
License
-------
GPL-3
|