Skip to content

Welcome to Pilot Platform Object Storage

Pilot Platform Object Storage is a Python library that offers a simple and flexible solution for efficient and reliable object storage. It allows seamless interaction with various object storage APIs, beginning with the Azure Blob API, with plans for future integrations. With Pilot Platform Object Storage, you can effortlessly manage and manipulate objects in different object storage systems.

Installation & Quick Start

The latest version of the object-storage package is available on PyPi and can be installed into another service via Pip.

Pip install from PyPi:

pip install pilot-platform-object-storage

In pyproject.toml:

pilot-platform-object-storage = "^<VERSION>"

Pip install from a local .whl file:

pip install pilot_platform_object_storage-<VERSION>-py3-none-any.whl