GithubHelp home page GithubHelp logo

isabella232 / python-boto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from turnkeylinux/python-boto

0.0 0.0 0.0 448 KB

Python interface to Amazon's Web Services

Home Page: http://www.turnkeylinux.org

Python 100.00%

python-boto's Introduction

Copyright (c) 2006-2009 Mitch Garnaat <[email protected]>

http://code.google.com/p/boto

Boto is a Python package that provides interfaces to Amazon Web Services.
At the moment, boto supports:

 * S3 (Simple Storage Service) via the REST API
 * SQS (SimpleQueue Service) via the Query API
 * EC2 (Elastic Compute Cloud) via the Query API
 * Mechanical Turk via the Query API
 * SimpleDB via the Query API.
 * CloudFront via the REST API
 * CloudWatch via the Query API
 * AutoScale via the Query API
 * Elastic Load Balancer via the Query API

The intent is to support additional services in the future.

The goal of boto is to provide a very simple, easy to use, lightweight
wrapper around the Amazon services.  Not all features supported by the
Amazon Web Services will be supported in boto.  Basically, those
features I need to do what I want to do are supported first.  Other
features and requests are welcome and will be accomodated to the best
of my ability.  Patches and contributions are welcome!

Boto was written using Python 2.5.1 on Mac OSX.  It has also been tested
on Linux Ubuntu using Python 2.5.1.  Boto requires no additional
libraries or packages other than those that are distributed with Python 2.5.1.
Efforts are made to keep boto compatible with Python 2.4.x but no
guarantees are made.  Boto should also run on Python 2.6, albeit with
a few deprecation warnings.

There is some documentation for boto, mainly in the form of tutorials.
Check in the doc directory of the distribution.  You can also check out
the unit tests in the tests directory of the distribution for examples of use.

You AWS credentials can be passed into the methods that create S3 and SQS
connections.  Alternatively, boto will check for the existance of the
following environment variables to ascertain your credentials:

AWS_ACCESS_KEY_ID - Your AWS Access Key ID
AWS_SECRET_ACCESS_KEY - Your AWS Secret Access Key

Changes

Rather than list changes in the README file, I have decided to refer people to the
excellent subversion browsing available on googlecode.

http://code.google.com/p/boto/source/browse

python-boto's People

Contributors

alonswartz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.