-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging from release-2.3.0 branch to master.
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# boto | ||
boto 2.2.2 | ||
14-Feb-2012 | ||
boto 2.3.0 | ||
18-Mar-2012 | ||
|
||
## Introduction | ||
|
||
|
@@ -27,6 +27,7 @@ At the moment, boto supports: | |
* Flexible Payment Service (FPS) | ||
* CloudFormation | ||
* Amazon DynamoDB | ||
* Amazon SimpleWorkflow | ||
|
||
The goal of boto is to support the full breadth and depth of Amazon | ||
Web Services. In addition, boto provides support for other public | ||
|
@@ -44,13 +45,11 @@ to keep boto compatible with Python 2.5.x but no guarantees are made. | |
The main source code repository for boto can be found on | ||
[github.com](http://github.com/boto/boto) | ||
|
||
[Online documentation](http://readthedocs.org/docs/boto/) is also | ||
[Online documentation](http://docs.pythonboto.org/) is also | ||
available. The online documentation includes full API documentation | ||
as well as Getting Started Guides for many of the boto modules. | ||
|
||
Boto releases can be found on the [Google Project | ||
page](http://code.google.com/p/boto/downloads/list) or on the [Python | ||
Cheese Shop](http://pypi.python.org/). | ||
Boto releases can be found on the [Python Cheese Shop](http://pypi.python.org/). | ||
|
||
Join our `IRC channel`_ (#boto on FreeNode). | ||
IRC channel: http://webchat.freenode.net/?channels=boto | ||
|
@@ -68,6 +67,7 @@ Credentials and other boto-related settings can also be stored in a | |
boto config file. See | ||
[this](http://code.google.com/p/boto/wiki/BotoConfig) for details. | ||
|
||
Copyright (c) 2006-2011 Mitch Garnaat <[email protected]> | ||
Copyright (c) 2006-2012 Mitch Garnaat <[email protected]> | ||
Copyright (c) 2010-2011, Eucalyptus Systems, Inc. | ||
Copyright (c) 2012 Amazon.com, Inc. or its affiliates. | ||
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters