python-swiftclient 1:4.1.0-0ubuntu1 source package in Ubuntu

Changelog

python-swiftclient (1:4.1.0-0ubuntu1) kinetic; urgency=medium

  * New upstream release for OpenStack Zed.

 -- Corey Bryant <email address hidden>  Tue, 13 Sep 2022 11:15:14 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-swiftclient_4.1.0.orig.tar.gz 197.2 KiB f82298e4a48f7cbdd680f2638c85d1ca7ae1a76edbe30036d21b4cd7a29c09eb
python-swiftclient_4.1.0-0ubuntu1.debian.tar.xz 6.3 KiB 6591e721f722e44cf06cc2c2abd3f93e857dee12d14a173bddd85a1dc778dbf2
python-swiftclient_4.1.0-0ubuntu1.dsc 2.7 KiB 8f6878a3fe03ed52d161ff86d7417aba46655e3b0ab653fd60a354164f7ed7c9

View changes file

Binary packages built by this source

python-swiftclient-doc: No summary available for python-swiftclient-doc in ubuntu kinetic.

No description available for python-swiftclient-doc in ubuntu kinetic.

python3-swiftclient: Client library for Openstack Swift API - Python 3.x

 OpenStack Object Storage (code-named Swift) creates redundant, scalable object
 storage using clusters of standardized servers to store petabytes of
 accessible data. It is not a file system or real-time data storage system, but
 rather a long-term storage system for a more permanent type of static data
 that can be retrieved, leveraged, and then updated if necessary. Primary
 examples of data that best fit this type of storage model are virtual machine
 images, photo storage, email storage and backup archiving. Having no central
 "brain" or master point of control provides greater scalability, redundancy
 and permanence.
 .
 Objects are written to multiple hardware devices in the data center, with
 the OpenStack software responsible for ensuring data replication and
 integrity across the cluster. Storage clusters can scale horizontally by
 adding new nodes. Should a node fail, OpenStack works to replicate its
 content from other active nodes. Because OpenStack uses software logic to
 ensure data replication and distribution across different devices,
 inexpensive commodity hard drives and servers can be used in lieu of more
 expensive equipment.
 .
 This package provides a client for the OpenStack Swift API. There's a Python
 API (the "swiftclient" module), and a command-line script ("swift").
 .
 This package contains the Python 3.x module.