--- id: storage version: "0.0.4.3" license: LICENSE.txt license_treatment: unclear maintenance: abandoned --- # storage — Libraries to interact with Enterprise Storage Arrays, FC Switches and Servers. License: unclear · Maintenance: abandoned · Downloads: 86.8K/mo ## 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 above — 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 pip install storage uv add storage 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: unspecified - Install friction: high - Maintenance: abandoned - Downloads: 86.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags enterprise storage array interaction, fibre channel switch control, storage management python, enterprise storage library, storage array api, abandoned, legacy-storage [View on SkillFed](https://skillfed.io/packages/storage) · [View on PyPI](https://pypi.org/project/storage/)