­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ Metadata-Version: 2.4 Name: apache-libcloud Version: 3.9.1 Summary: A standard Python library that abstracts away differences among multiple cloud provider APIs. For more information and documentation, please see https://libcloud.apache.org Author-email: Apache Software Foundation License: Apache License (2.0) Project-URL: Homepage, https://libcloud.apache.org Project-URL: Documentation, https://libcloud.readthedocs.io Project-URL: Mailing list, https://libcloud.apache.org/community.html#mailing-lists Project-URL: Security, https://libcloud.apache.org/security.html Project-URL: Repository, https://github.com/apache/libcloud Project-URL: Tests, https://github.com/apache/libcloud/tree/trunk/libcloud/test Project-URL: Coverage, https://app.codecov.io/github/apache/libcloud Project-URL: Issues, https://github.com/apache/libcloud/issues Project-URL: Distribution, https://pypi.org/project/apache-libcloud Project-URL: Changelog, https://github.com/apache/libcloud/blob/trunk/CHANGES.rst Keywords: cloud,libcloud,apache,aws,ec2 Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Python: >=3.10 Description-Content-Type: text/x-rst License-File: LICENSE License-File: NOTICE Requires-Dist: requests>=2.26.0 Dynamic: license-file Apache Libcloud - a unified interface for the cloud ==================================================== Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API. .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat :target: https://libcloud.readthedocs.org .. image:: https://img.shields.io/pypi/v/apache-libcloud.svg :target: https://pypi.python.org/pypi/apache-libcloud/ .. image:: https://github.com/apache/libcloud/actions/workflows/main.yml/badge.svg?branch=trunk :target: https://github.com/apache/libcloud/actions?query=workflow%3ACI .. image:: https://github.com/apache/libcloud/actions/workflows/integration-tests.yml/badge.svg?branch=trunk :target: https://github.com/apache/libcloud/actions/workflows/integration-tests.yml .. image:: https://github.com/apache/libcloud/actions/workflows/publish_pricing_to_s3.yml/badge.svg?branch=trunk :target: https://github.com/apache/libcloud/actions?query=workflow%3A%22Publish+pricing.json+to+S3+bucket%22 .. image:: https://img.shields.io/codecov/c/github/apache/libcloud/trunk.svg :target: https://codecov.io/github/apache/libcloud?branch=trunk .. image:: https://img.shields.io/pypi/pyversions/apache-libcloud.svg :target: https://pypi.python.org/pypi/apache-libcloud/ .. image:: https://img.shields.io/pypi/wheel/apache-libcloud.svg :target: https://pypi.python.org/pypi/apache-libcloud/ .. image:: https://img.shields.io/github/license/apache/libcloud.svg :target: https://github.com/apache/libcloud/blob/trunk/LICENSE .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html .. image:: https://img.shields.io/pypi/dm/apache-libcloud :target: https://pypi.org/project/apache-libcloud .. image:: https://bestpractices.coreinfrastructure.org/projects/152/badge :target: https://bestpractices.coreinfrastructure.org/projects/152 .. image:: https://img.shields.io/github/contributors/apache/libcloud.svg?logo=github :target: https://github.com/apache/libcloud/graphs/contributors .. image:: https://img.shields.io/github/stars/apache/libcloud.svg?logo=github :target: https://github.com/apache/libcloud/stargazers .. image:: https://img.shields.io/github/forks/apache/libcloud.svg?logo=github :target: https://github.com/apache/libcloud/network/members .. image:: https://repology.org/badge/tiny-repos/python:apache-libcloud.svg :target: https://repology.org/project/python:apache-libcloud/versions :Code: https://github.com/apache/libcloud :License: Apache 2.0; see LICENSE file :Issues: https://issues.apache.org/jira/projects/LIBCLOUD/issues :Website: https://libcloud.apache.org/ :Documentation: https://libcloud.readthedocs.io :Supported Python Versions: Python >= 3.10, PyPy >= 3.10, Python 3.10 + Pyjion (Python 2.7 and Python 3.4 is supported by the v2.8.x release series, last version which supports Python 3.5 is v3.4.0, v3.6.x for Python 3.6, and v3.9.x for Python 3.9, v3.8.x for Python 3.7 and 3.8) Resources you can manage with Libcloud are divided into the following categories: * **Compute** - Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (``libcloud.compute.*``) * **Storage** - Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (``libcloud.storage.*``) * **Load Balancers** - Load Balancers as a Service, LBaaS (``libcloud.loadbalancer.*``) * **DNS** - DNS as a Service, DNSaaS (``libcloud.dns.*``) * **Container** - Container virtualization services (``libcloud.container.*``) Apache Libcloud is an Apache project, see for more information. Documentation ============= Documentation can be found at . Note on Python Version Compatibility ==================================== Libcloud supports Python >= 3.10 and PyPy >= 3.10. * Support for Python 3.9 has been dropped. Last release series which supports Python 3.9 is v3.9.x. * Support for Python 3.7 and 3.8 has been dropped in v3.9.0 release. Last release series which supports Python 3.7 and 3.8 is v3.8.x. * Support for Python 3.6 has been dropped in v3.7.0 release. Last release series which supports Python 3.6 is v3.6.x. * Support for Python 3.5 has been dropped in v3.5.0 release. * Last release series which supports Python 3.5 is v3.4.x. * Support for Python 2.7 and 3.4 has been dropped in Libcloud v3.0.0 (last release series which support Python 2.7 and Python 3.4 is v2.8.x). Feedback ======== Please send feedback to the mailing list at , or Github repo at . Contributing ============ For information on how to contribute, please see the Contributing chapter in our documentation . Website ======= Source code for the website is available at . License ======= Apache Libcloud is licensed under the Apache 2.0 license. For more information, please see LICENSE_ and NOTICE_ file. Security ======== This is a project of the `Apache Software Foundation `_ and follows the ASF `vulnerability handling process `_. Reporting a Vulnerability ------------------------- To report a new vulnerability you have discovered please follow the `ASF vulnerability reporting process `_. .. _LICENSE: https://github.com/apache/libcloud/blob/trunk/LICENSE .. _NOTICE: https://github.com/apache/libcloud/blob/trunk/NOTICE