Home

Awesome

<!-- SPDX-License-Identifier: MPL-2.0 SPDX-FileCopyrightText: 2023 igo95862 -->

Documentation Status PyPI - Version

Python-lxns

Python library to control Linux kernel namespaces

<a href="https://repology.org/project/python:lxns/versions"> <img src="https://repology.org/badge/vertical-allrepos/python:lxns.svg" alt="Packaging status" align="right"> </a>

Implemented using C extension module.

Current features implemented:

Documentation

Also see examples/ folder for code examples.

Requirements

PyPI wheels

PyPI wheels are completely statically linked and do not depend on any library.

Available architectures: x86_64, i686, aarch64, armv7l

Compiling source package

License

Python-lxns is licensed under Mozilla Public License Version 2.0.

Examples in examples/ folder are licensed under MIT license.