summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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