willejs / botocore

The low-level, core functionality of boto 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

botocore

https://secure.travis-ci.org/boto/botocore.png?branch=develop https://coveralls.io/repos/boto/botocore/badge.png?branch=develop

A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for AWS-CLI.

Documentation

WARNING

Botocore is currently under a developer preview, and its API is subject to change prior to a GA (1.0) release. Until botocore reaches a 1.0 release, backwards compatibility is not guaranteed. The plan for GA is as follows:

  1. Add client interface to botocore.
  2. Add pending deprecation warnings to the use of Service and Operation objects.
  3. Change the pending deprecation warnings to deprecation warnings.
  4. Create a clients-only branch that completely removes Service and Operation objects.
  5. Merge clients-only branch to develop branch, and make an alpha release of botocore.
  6. Make a beta release of botocore.
  7. Make GA release of botocore.

The project is currently at step 4.

If you need a stable interface, please consider using boto.

About

The low-level, core functionality of boto 3.

License:Other


Languages

Language:Python 100.0%