Skip to main content

Waylay Storage

Project description

Waylay Storage Service

Manage storage buckets and subscriptions.

This Python package is automatically generated based on the Waylay Storage OpenAPI specification (API version: v0.4.1)

It consists of a plugin for the waylay-sdk package, and contains the Storage api methods. Note that the typed model classes for all path params, query params, body params and responses for each of the api methods are contained in a separate package called waylay-sdk-storage-types.

Requirements.

This package requires Python 3.9+.

Installation

Typically this package is installed when installing the waylay-sdk package to enable the service's functionality. When the service api methods are required, waylay-sdk-storage is included in:

  • pip install waylay-sdk[storage] to install waylay-sdk along with only this service, or
  • pip install waylay-sdk[services] to install waylay-sdk along with all services. When the typed models are required, both waylay-sdk-storage and waylay-sdk-storage-types are included in:
  • pip install waylay-sdk[storage,storage-types] to install waylay-sdk along with only this service including the typed models, or
  • pip install waylay-sdk[services,services-types] to install waylay-sdk along with all services along with the typed models.

Usage

from pprint import pprint

# Import the waylay-client from the waylay-sdk package
from waylay.sdk.client import WaylayClient
from waylay.sdk.api.api_exceptions import ApiError

# Intialize a waylay client instance
waylay_client = WaylayClient.from_profile()

# Note that the typed model classes for responses/parameters/... are only available when `waylay-sdk-storage-types` is installed
try:
    # Version
    # calls `GET /storage/v1/`
    api_response = await waylay_client.storage.about.version(
    )
    print("The response of storage.about.version:\n")
    pprint(api_response)
except ApiError as e:
    print("Exception when calling storage.about.version: %s\n" % e)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waylay-sdk-storage-0.4.1b1.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

waylay_sdk_storage-0.4.1b1-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file waylay-sdk-storage-0.4.1b1.tar.gz.

File metadata

  • Download URL: waylay-sdk-storage-0.4.1b1.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for waylay-sdk-storage-0.4.1b1.tar.gz
Algorithm Hash digest
SHA256 2f6f65c072fc93bae782dc6be320ced695c2587ef374c9c4bd3018373aef573d
MD5 495ee96a9018743e7d0934f2bea71c77
BLAKE2b-256 c4ab5eb6bca1314d75641f8fbd7f767dcb320acc2de63262f45f2c37d14a21c7

See more details on using hashes here.

File details

Details for the file waylay_sdk_storage-0.4.1b1-py3-none-any.whl.

File metadata

File hashes

Hashes for waylay_sdk_storage-0.4.1b1-py3-none-any.whl
Algorithm Hash digest
SHA256 dce47823657f4fc384774512f6da6d48e4733802448258b95aa604b364a0f5f8
MD5 d26cdce60f302fea1bb8e5f654cb4491
BLAKE2b-256 0ac00bd04e788cd2bdcdfd5010fc2732f530a1218b5d8db8897aec59b8c2779b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page