skillfed

storage

Libraries to interact with Enterprise Storage Arrays, FC Switches and Servers.

storage v0.0.4.3 86.8K downloads/30d#13,837 on PyPI
License unclear LICENSE.txt Abandoned released

What it is and what it does

Storage is a library for programmatic interaction with enterprise storage infrastructure—specifically storage arrays, Fibre Channel switches, and servers. It was designed to provide Python classes and functions as a control layer over these systems, likely for automation, monitoring, or integration tasks in data center environments.

The package has been abandoned since its last release on 2013-05-20 and receives no maintenance. With no specified Python version support and no recent activity, it is almost certainly incompatible with modern Python releases and contemporary storage systems. The documentation site may or may not be accessible, and the underlying hardware it targets may no longer be in common use.

Use it for:

  • Legacy system integration: controlling or querying older enterprise storage arrays in environments still running them
  • Historical reference: understanding how storage management was abstracted in early Python libraries
  • Data center automation: automating storage provisioning or monitoring tasks in systems that still depend on this library

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python classes and functions to interact with enterprise storage arrays, Fibre Channel switches, and servers.

No. The package is abandoned (last release 2013-05-20, no maintenance since), has unclear licensing, specifies no Python version support, and is almost certainly broken on modern Python. Install friction is high and there is no active development or security oversight. Only consider it if you are maintaining legacy code that already depends on it and cannot migrate.

Install

storage on PyPI

pip

pip install storage

uv

uv add storage

poetry

poetry add storage

Installing storage

Before you install

High install friction and abandoned maintenance status. Last release was in May 2013, over a decade ago, with no recent commits or repository activity. No runtime dependencies, but the age and lack of maintenance signal serious risk for modern environments.

License in practice

License treatment is unclear—the package references LICENSE.txt but provides no SPDX identifier or standardized license classification. Verify the actual license terms before use in commercial or derivative work.

Quickstart

pip install storage==0.0.4.3
import storage
# Consult http://docs.enterprisestorage.in/en/latest/ for API usage

Package is abandoned since 2013; no Python version support specified and likely incompatible with modern Python releases.

Verify before relying

  • Whether the package actually works on any currently supported Python version
  • Current state and accessibility of the documentation site (http://docs.enterprisestorage.in/en/latest/)
  • Whether enterprise storage hardware targeted by this library is still in use or supported
  • Actual license terms and permissions (LICENSE.txt content)

Package facts

License LICENSE.txt (unclear)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance abandoned — 4,834 days since the last release
First released
Downloads 86,800/month — #13,837 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: storage-0.0.4.3.tar.gz

Tags

enterprise storage array interactionfibre channel switch controlstorage management pythonenterprise storage librarystorage array api
abandonedlegacy-storage

More Networking packages