skillfed

python-manilaclient

Client library for OpenStack Shared File System Storage

python-manilaclient v6.2.0 217.0K downloads/30d#9,368 on PyPI
Permissive license Apache-2.0 Active released

What it is and what it does

python-manilaclient is the official Python client library for OpenStack Manila, the shared file system storage service. It provides both a programmatic Python API (the manilaclient module) and a command-line interface (manila command) that expose the full OpenStack Manila API for managing file shares, snapshots, and related resources.

The package is built on top of OpenStack's standard libraries (oslo.config, oslo.log, keystoneauth1) and integrates with the OpenStack CLI framework via osc-lib. It requires Python 3.10 or later and is actively maintained as part of the OpenStack project. Typical use cases include automating share provisioning, querying share metadata, managing access rules, and integrating Manila operations into larger infrastructure-as-code workflows.

Use it for:

  • Automate provisioning and lifecycle management of shared file systems in OpenStack environments via Python scripts.
  • Query and monitor existing shares, snapshots, and access rules from the command line or programmatically.
  • Integrate Manila storage operations into Ansible playbooks or other infrastructure automation tools.
  • Build custom applications that need to create, modify, or delete shares and manage share access policies.
  • Retrieve share metadata and availability information for capacity planning or multi-cloud orchestration.

Worth the install?

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

Provides Python bindings and a command-line tool to interact with the OpenStack Manila shared file system storage API, implementing the full API surface for programmatic and shell-based operations.

Yes, if you are working with OpenStack Manila. The package is actively maintained, has low install friction, carries no licensing restrictions, and implements the complete Manila API. Install it when you need to automate or script interactions with OpenStack shared file system storage, either through the CLI or Python API.

Install

python-manilaclient on PyPI

pip

pip install python-manilaclient

uv

uv add python-manilaclient

poetry

poetry add python-manilaclient

Installing python-manilaclient

Before you install

Low install friction with a pure-Python wheel. Active maintenance status with a recent release (44 days ago). Depends on established OpenStack libraries (oslo.*, keystoneauth1, requests) and standard utilities, all widely used in production OpenStack deployments.

License in practice

Licensed under Apache License 2.0 (permissive). No restrictions on commercial or proprietary use; you may modify and redistribute under the same license terms.

Quickstart

pip install python-manilaclient

from manilaclient.v2 import client
nt = client.Client("2", USER, PASS, PROJECT, AUTH_URL, service_type="share")
nt.shares.list()

Requires Python 3.10 or later. OpenStack Keystone authentication endpoint (OS_AUTH_URL) and credentials must be configured via environment variables or parameters.

Verify before relying

  • Whether the package works with all current OpenStack releases or only specific versions.
  • Performance characteristics and scalability limits when managing large numbers of shares or snapshots.
  • Compatibility with non-Keystone authentication methods or custom identity providers.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 10 — pbr, oslo.config, oslo.log, oslo.serialization, oslo.utils, PrettyTable, requests, osc-lib, keystoneauth1, debtcollector
Maintenance actively maintained — 44 days since the last release
First released
Downloads 217,009/month — #9,368 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: python_manilaclient-6.2.0-py3-none-any.whl

Environment :: OpenStackIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseOperating System :: POSIX :: LinuxProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

openstack manila clientshared file system storage apiopenstack file sharingmanila command-line toolopenstack storage clientfile system provisioning openstackmanila python api
openstackstorage-clientfile-sharing

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

python-cinderclient

Python bindings and command-line interface to…

permissive · top 15,000 on PyPI

python-swiftclient

Python client library for OpenStack Object…

permissive · top 15,000 on PyPI

python-novaclient

Python bindings to the OpenStack Compute API,…

permissive · top 15,000 on PyPI

python-neutronclient

Python bindings and client library for the…

permissive · top 15,000 on PyPI

python-troveclient

Python client library and command-line tool for…

permissive · top 15,000 on PyPI

python-heatclient

Python client library and command-line tool for…

permissive · top 15,000 on PyPI

python-glanceclient

Python client library and command-line tool for…

permissive · top 15,000 on PyPI

python-designateclient

Python client library and command-line tool for…

permissive · top 15,000 on PyPI

python-magnumclient

Python bindings and command-line tool for the…

permissive · top 15,000 on PyPI

python-barbicanclient

Python client library and command-line tool for…

permissive · top 15,000 on PyPI