Module to handle kernel namespaces.
Project description
[!IMPORTANT]
This project is under development. All source code and features on the main branch are for the purpose of testing or evaluation and not production ready.
MFD Kernel Namespace
Module to handle kernel namespaces.
API NETWORK NAMESPACE
- add_namespace_call_command - method for extending command about namespace command call.
Usage
from mfd_kernel_namespace import add_namespace_call_command
# Class example
class CustomPing:
def __init__(self, connection):
self._conn = connection
def ping(self, namespace):
command = add_namespace_call_command("ping 1.0.0.0", namespace)
self._conn.start_process(command=command)
# or
self._conn.start_process(command=add_namespace_call_command("ping 1.0.0.0", namespace))
OS supported:
- LINUX
- ESXI
- FREEBSD
Issue reporting
If you encounter any bugs or have suggestions for improvements, you're welcome to contribute directly or open an issue here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mfd_kernel_namespace-1.8.0-py3-none-any.whl.
File metadata
- Download URL: mfd_kernel_namespace-1.8.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b141f758b49326fca5198e06305fcbf96601938947f2f0bf80922cb7c297594c
|
|
| MD5 |
58feb3d4b3d3a29e74356c46765721eb
|
|
| BLAKE2b-256 |
5917678eb101413019d9a2874594b75be70758a43e8a19c78c2730c6bb465364
|