All Projects → apache → Libcloud

apache / Libcloud

Licence: apache-2.0
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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Libcloud

Djangae
The best way to run Django on Google Cloud. This project is now on GitLab: https://gitlab.com/potato-oss/djangae/djangae
Stars: ✭ 576 (-68.26%)
Mutual labels:  cloud, library
Awareness
The new architecture of co-computation for data processing and machine learning.
Stars: ✭ 11 (-99.39%)
Mutual labels:  cloud, library
Siddhi
Stream Processing and Complex Event Processing Engine
Stars: ✭ 1,185 (-34.71%)
Mutual labels:  cloud, library
Rttr
C++ Reflection Library
Stars: ✭ 2,031 (+11.9%)
Mutual labels:  library
Bounceview Android
Customizable bounce animation for any view like in Clash Royale app
Stars: ✭ 142 (-92.18%)
Mutual labels:  library
Ladder
A general purpose extensible autoscaler for the cloud
Stars: ✭ 143 (-92.12%)
Mutual labels:  cloud
Simpleratingbar
SimpleRatingBar allows us to create a RatingBar with margin between items
Stars: ✭ 144 (-92.07%)
Mutual labels:  library
Yrssf
一个分布式(p2p)云教学/云课堂/直播平台系统CMS,睿易派的开源替代品
Stars: ✭ 141 (-92.23%)
Mutual labels:  cloud
Android Cookie Store
Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews.
Stars: ✭ 144 (-92.07%)
Mutual labels:  library
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-92.12%)
Mutual labels:  library
Lib
🤖 Lets you focus on the stuff that matters
Stars: ✭ 142 (-92.18%)
Mutual labels:  library
Gdpr Tracker
A crowdsourced directory tracking the compliance and security practices of cloud services and their subprocessors
Stars: ✭ 142 (-92.18%)
Mutual labels:  cloud
E Books
A collections of FREE ebooks
Stars: ✭ 143 (-92.12%)
Mutual labels:  cloud
Tosin
Initialize a npm package with everything included, from CI to documentation website
Stars: ✭ 142 (-92.18%)
Mutual labels:  library
Goes
Go Event Sourcing made easy
Stars: ✭ 144 (-92.07%)
Mutual labels:  cloud
Asynquence
Asynchronous flow control (promises, generators, observables, CSP, etc)
Stars: ✭ 1,737 (-4.3%)
Mutual labels:  library
Metamodel
Mirror of Apache Metamodel
Stars: ✭ 143 (-92.12%)
Mutual labels:  library
Cloud
Secure and Interoperable Internet of Things
Stars: ✭ 142 (-92.18%)
Mutual labels:  cloud
Cordova Browser
Apache Cordova
Stars: ✭ 142 (-92.18%)
Mutual labels:  library
Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (-92.12%)
Mutual labels:  library

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.

https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat https://github.com/apache/libcloud/workflows/CI/badge.svg?branch=trunk https://github.com/apache/libcloud/actions/workflows/integration-tests.yml/badge.svg?branch=trunk https://github.com/apache/libcloud/workflows/Publish%20pricing.json%20to%20S3%20bucket/badge.svg?branch=trunk https://img.shields.io/pypi/dm/apache-libcloud https://bestpractices.coreinfrastructure.org/projects/152/badge https://img.shields.io/github/contributors/apache/libcloud.svg?logo=github https://img.shields.io/github/stars/apache/libcloud.svg?logo=github https://img.shields.io/github/forks/apache/libcloud.svg?logo=github https://img.shields.io/twitter/follow/Libcloud.svg?style=social&label=Follow
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.6, PyPy >= 3.6, 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)

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 supports Python >= 3.6 and PyPy >= 3.6.

Support for Python 3.5 has been dropped in v3.5.0 release (in development). Last release series which still 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 still support Python 2.7 and Python 3.4 is v2.8.x).

Feedback

Please send feedback to the mailing list at <[email protected]>, 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].