Python modules to manage SAN devices
Project description
LibSAN
Python library to manage Storage Area Network devices
Installation
Dependencies
- Python>=3.6
- pip>=20.3
Fedora, RHEL-8, RHEL-9
dnf install python3-pip
(optional) create virtualenv
python3 -m pip install virtualenv
python3 -m venv ~/libsan-venv
~/libsan-venv/bin/python3 -m pip install -U pip wheel
~/libsan-venv/bin/python3 -m pip install libsan
(use libsan[ssh]
to install optional ssh capabilities)
From source
git clone; cd python-libsan
python3 -m pip install .
or
python3 -m pip install .[ssh]
Installation on alternate architectures
Before installing libsan on non-x86_64 archs (s390x, ppc64le, aarch64),
install python3-devel
and gcc
to be able to compile dependencies as needed.
How to uninstall the module
python3 -m pip uninstall libsan
Usage:
Before using the modules copy sample_san_top.conf to /etc/san_top.conf (this is the default path to read the config) and edit it according to your SAN environment.
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 Distribution
Built Distribution
File details
Details for the file libsan-0.5.6.tar.gz
.
File metadata
- Download URL: libsan-0.5.6.tar.gz
- Upload date:
- Size: 179.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc48905491124e94e62769f8fd00b9e1f573d137d934c34ec597c3101cf530bc |
|
MD5 | 7e62e33de156e2b908f3f2c8abbc54f4 |
|
BLAKE2b-256 | c64477f77fd2ffd57294613ed3ead4e4017b004087a8c48ce4f8474ad19b4f72 |
File details
Details for the file libsan-0.5.6-py3-none-any.whl
.
File metadata
- Download URL: libsan-0.5.6-py3-none-any.whl
- Upload date:
- Size: 208.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c42891ded6fc74eddd0957b6535a38e34b516a64fc9a884411dd59b005676010 |
|
MD5 | 136b6b94c0bd8228ede34b691fd85147 |
|
BLAKE2b-256 | 109512c8c6fa75944b65f1a8f86a15e8abb2830427a3acea27a277b7f95aa8a2 |