Server IP : 85.214.239.14 / Your IP : 3.145.84.128 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/task/2/cwd/proc/2/cwd/usr/share/doc/python3-libcloud/ |
Upload 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/workflows/CI/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/workflows/Publish%20pricing.json%20to%20S3%20bucket/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://bestpractices.coreinfrastructure.org/projects/152/badge :target: https://bestpractices.coreinfrastructure.org/projects/152 :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.5, PyPy 3 (Python 2.7 and Python 3.4 is supported by the v2.8.x release series) 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 <http://libcloud.apache.org> for more information. Documentation ============= Documentation can be found at <https://libcloud.readthedocs.org>. Note on Python Version Compatibility ==================================== Libcloud v3.0.0 dropped support for Python 2.7 and Python 3.4 and now only supports Python >= 3.5. If you still need to us Libcloud with one of the now unsupported versions, you can do that by using the latest release of Libcloud which still supports those versions (Libcloud v2.8). Feedback ======== Please send feedback to the mailing list at <dev@libcloud.apache.org>, or Github repo at <https://github.com/apache/libcloud/issues>. Contributing ============ For information on how to contribute, please see the Contributing chapter in our documentation <https://libcloud.readthedocs.org/en/latest/development.html#contributing> License ======= Apache Libcloud is licensed under the Apache 2.0 license. For more information, please see LICENSE_ and NOTICE_ file. .. _LICENSE: https://github.com/apache/libcloud/blob/trunk/LICENSE .. _NOTICE: https://github.com/apache/libcloud/blob/trunk/NOTICE