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

Changelog

python-swiftclient (1:4.5.0-0ubuntu1) noble; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    caracal.

  [ James Page ]
  * New upstream release for OpenStack Caracal.

 -- James Page <email address hidden>  Mon, 11 Mar 2024 12:05:46 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-swiftclient_4.5.0.orig.tar.gz 202.8 KiB f2a0887e5a39297abc043251ae3f908914ce1447a2f8d2dca5671618608142bd
python-swiftclient_4.5.0-0ubuntu1.debian.tar.xz 6.5 KiB 7aa87cfe6810eb1ee6db868fc49606fe57b699298f8b8e32c5544b0098890f99
python-swiftclient_4.5.0-0ubuntu1.dsc 2.7 KiB dd48b252690c3cb763675da6a0441af381180a0065fa4961aeec17eb249eb05a

View changes file

Binary packages built by this source

python-swiftclient-doc: Client library for Openstack Swift API - doc

 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 documentation.

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.