diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-04-29 14:18:48 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-04-29 14:18:48 +0200 |
commit | 380383da813b1066dc6768f9e04b1aa0b69571bd (patch) | |
tree | 62ba3a8dfe4a06a317e51996e7a552c60b8086f5 /README.md | |
parent | 7f7a817c68544ce98da22b2bc3ed793624800c8a (diff) | |
download | python-linuxnamespaces-380383da813b1066dc6768f9e04b1aa0b69571bd.tar.gz |
README.md: suggest looking into examples
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ 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 |