summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-01-18 22:13:03 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-01-18 22:13:03 +0100
commit034f732a1af4ce295d993e6951decc4898967dd3 (patch)
tree5a49cc7b5f5db586ae67f5276071ab525ef832f3 /README.md
downloadpython-linuxnamespaces-034f732a1af4ce295d993e6951decc4898967dd3.tar.gz
initial checkin
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b215cd6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+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.
+
+License
+-------
+GPL-3