Skip to content

vchan/botocore

 
 

Repository files navigation

botocore

image

image

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 (added in version 0.96.0).
  3. Change the pending deprecation warnings to deprecation warnings (added in version 0.99.0).
  4. Create a clients-only branch that completely removes Service and Operation objects.
  5. Changing the deprecation warnings to ImminentRemovalWarning. These will now print to stderr by default so the warnings are more visible (added in version 0.104.0).
  6. Merge clients-only branch to develop branch, and make an alpha release of botocore.
  7. Make a beta release of botocore.
  8. Make GA release of botocore.

The project is currently at step 5.

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

About

The low-level, core functionality of boto 3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%