Skip to main content

Python modules to manage SAN devices

Project description

LibSAN

Python library to manage Storage Area Network devices Lightweight version with limited capability

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]

Installing ssh 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libsan-0.5.0b4.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

libsan-0.5.0b4-py3-none-any.whl (204.5 kB view details)

Uploaded Python 3

File details

Details for the file libsan-0.5.0b4.tar.gz.

File metadata

  • Download URL: libsan-0.5.0b4.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.22.0

File hashes

Hashes for libsan-0.5.0b4.tar.gz
Algorithm Hash digest
SHA256 4b78e1141b25b3d915b44aaf3e97f6441d810cc2a61e8abcf44db298859cb01d
MD5 f40c5d81198c58932e9d7e50ac35fbd2
BLAKE2b-256 abbad58d6adb737ff430876f755ddf78da8e2f850d5c93cc91d148f962f99d70

See more details on using hashes here.

File details

Details for the file libsan-0.5.0b4-py3-none-any.whl.

File metadata

  • Download URL: libsan-0.5.0b4-py3-none-any.whl
  • Upload date:
  • Size: 204.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.22.0

File hashes

Hashes for libsan-0.5.0b4-py3-none-any.whl
Algorithm Hash digest
SHA256 f2babeac6a96905a7e4d6d2eef950a566db06de82c084b763d2e45ee88e6b6fa
MD5 17d89ee7c0686ba4ca86108eca99d044
BLAKE2b-256 c4a0194a1ca8f27ee9fc6ac4eeea49da3b44e975637004958e5d5e5d4ffb06b6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page