libcloud 3.4.1-2 source package in Ubuntu

Changelog

libcloud (3.4.1-2) unstable; urgency=medium

  * Team upload.
  * autopkgtest: touch test/secrets.py, make sure it has a new enough
    modification time.

 -- HÃ¥vard Flaget Aasen <email address hidden>  Wed, 29 Dec 2021 07:43:06 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcloud_3.4.1-2.dsc 2.4 KiB 008218f0e9c3bb6b591f1f0bb1f44124a26a757a190029f0d8004c9a6c378de0
libcloud_3.4.1.orig.tar.gz 2.3 MiB 88f18da0cf3fac0af723e743fb741d9d1be251881edab7a5a0d1629955b5011b
libcloud_3.4.1-2.debian.tar.xz 16.4 KiB 88a4a61f37ee2140f42cc2551944d832404eea9b2bd33ce8a200cccc987e75de

Available diffs

No changes file available.

Binary packages built by this source

python3-libcloud: unified Python interface into the cloud (Python3 version)

 libcloud is a pure Python client library for interacting with many of the
 popular cloud server providers using a unified API. It was created to make it
 easy for developers to build products that work between any of the services
 that it supports.
 .
  * Avoid vendor lock-in
  * Use the same API to talk to many different providers
  * More than 30 supported providers total
 .
 Resource you can manage with Libcloud are divided in the following categories:
 .
  * Cloud Servers and Block Storage - services such as Amazon EC2 and
    Rackspace Cloud Servers (libcloud.compute.*)
  * Cloud Object Storage and CDN - services such as Amazon S3 and
    Rackspace CloudFiles (libcloud.storage.*)
  * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
  * DNS as a Service, DNSaaS (libcloud.dns.*)
  * Container virtualization services (libcloud.container.*)
 .
 libcloud was originally created by the folks over at Cloudkick, but has
 since grown into an independent free software project licensed under
 the Apache License (2.0).
 .
 This is the Python 3 version of the package.