skillfed

PyPowerStore

Python Library for Dell PowerStore

pypowerstore v3.5.0.0 83.6K downloads/30d#14,058 on PyPI20
Permissive license Active released

What it is and what it does

PyPowerStore wraps the Dell PowerStore REST API in a Python client library, letting you automate storage operations like volume creation, replication rule management, and network configuration from Python code. It's maintained by Dell and officially supports Python 3.10, 3.11, and 3.12.

The library organizes operations into logical modules (provisioning, protection, config_mgmt) accessed through a single connection object. You authenticate with PowerStore credentials and IP address, then call methods to create or query storage resources. It depends on requests for HTTP communication and is distributed as a pure-Python wheel, making installation straightforward on any supported Python version.

Use it for:

  • Automate volume provisioning and deletion in PowerStore arrays as part of infrastructure-as-code workflows
  • Query and manage replication rules and protection policies across multiple PowerStore systems
  • Integrate PowerStore management into monitoring or orchestration tools that need to configure networks and storage objects
  • Build custom dashboards or reporting tools that pull configuration and status data from PowerStore
  • Automate storage capacity planning by querying volume and pool information programmatically

Worth the install?

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

PyPowerStore is a Python library for managing Dell PowerStore storage systems, providing provisioning, protection, and configuration management operations through a REST API client.

Yes, if you manage Dell PowerStore systems and need Python automation. The library is actively maintained by Dell, has no known vulnerabilities, low install friction, and permissive licensing. It is a straightforward fit for storage automation workflows. Not relevant if you do not use PowerStore.

Install

pypowerstore on PyPI

pip

pip install pypowerstore

uv

uv add pypowerstore

poetry

poetry add pypowerstore

Installing PyPowerStore

Before you install

Low install friction with a pure-Python wheel distribution. Maintained actively with a recent commit on 2026-08-13 and a release 52 days ago. Dependencies are standard and widely available (urllib3, requests, packaging, setuptools).

License in practice

Licensed under Apache Software License (permissive), allowing commercial and private use with minimal restrictions.

Quickstart

pip install PyPowerStore

from PyPowerStore import powerstore_conn

conn = powerstore_conn.PowerStoreConn('user', 'password', 'IP', False)
volume = conn.provisioning.create_volume(name='foo', size=1073741824)
rules = conn.protection.get_replication_rules()

Requires network connectivity to a Dell PowerStore appliance; credentials and IP address must be provided at connection time.

Verify before relying

  • Whether the library supports PowerStore versions beyond those tested internally by Dell
  • Performance characteristics and rate limits when managing large numbers of storage objects
  • Whether all PowerStore REST API endpoints are covered or if some require direct HTTP calls
  • Specific network connectivity requirements and timeout behavior for remote PowerStore systems

Package facts

License not declared (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 4 — urllib3, requests, packaging, setuptools
Maintenance actively maintained — 52 days since the last release
Last repo commit
First released
Downloads 83,648/month — #14,058 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pypowerstore-3.5.0.0-py3-none-any.whl

License :: OSI Approved :: Apache Software License

Tags

dell powerstore python clientstorage management api librarypowerstore provisioning automationdell storage python sdkpowerstore rest api wrapperstorage system management library
storage-managementdell-powerstoreinfrastructure-automation

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

spsdk

SPSDK is a Python library and CLI toolkit for…

permissive · top 15,000 on PyPI

azure-mgmt-iothubprovisioningservices

Manages Azure IoT Hub Provisioning Services…

permissive · top 5,000 on PyPI

google-cloud-filestore

Python client library for creating and managing…

permissive · top 15,000 on PyPI

google-cloud-redis-cluster

Python client library for creating and managing…

permissive · top 15,000 on PyPI

azure-mgmt-dataprotection

Provides Python client library for managing…

permissive · top 15,000 on PyPI

pyprojroot

Finds your project's root directory and…

permissive · top 15,000 on PyPI

google-cloud-tpu

Provides a Python client library to interact…

permissive · top 15,000 on PyPI

repartipy

RepartiPy calculates optimal partition counts…

permissive · top 15,000 on PyPI

esptool

esptool is a serial utility for flashing,…

copyleft · top 5,000 on PyPI

infoblox-client

Client library for programmatic interaction…

permissive · top 15,000 on PyPI