comparison env/lib/python3.9/site-packages/boto-2.49.0.dist-info/METADATA @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 Metadata-Version: 2.1
2 Name: boto
3 Version: 2.49.0
4 Summary: Amazon Web Services Library
5 Home-page: https://github.com/boto/boto/
6 Author: Mitch Garnaat
7 Author-email: mitch@garnaat.com
8 License: MIT
9 Platform: Posix; MacOS X; Windows
10 Classifier: Development Status :: 5 - Production/Stable
11 Classifier: Intended Audience :: Developers
12 Classifier: License :: OSI Approved :: MIT License
13 Classifier: Operating System :: OS Independent
14 Classifier: Topic :: Internet
15 Classifier: Programming Language :: Python :: 2
16 Classifier: Programming Language :: Python :: 2.6
17 Classifier: Programming Language :: Python :: 2.7
18 Classifier: Programming Language :: Python :: 3
19 Classifier: Programming Language :: Python :: 3.3
20 Classifier: Programming Language :: Python :: 3.4
21
22 ####
23 boto
24 ####
25 boto 2.49.0
26
27 Released: 11-July-2018
28
29 .. image:: https://travis-ci.org/boto/boto.svg?branch=develop
30 :target: https://travis-ci.org/boto/boto
31
32 .. image:: https://pypip.in/d/boto/badge.svg
33 :target: https://pypi.python.org/pypi/boto/
34
35 ******
36 Boto 3
37 ******
38
39 `Boto3 <https://github.com/boto/boto3>`__, the next version of Boto, is now
40 stable and recommended for general use. It can be used side-by-side with Boto
41 in the same project, so it is easy to start using Boto3 in your existing
42 projects as well as new projects. Going forward, API updates and all new
43 feature work will be focused on Boto3.
44
45 To assist users who still depend on Boto and cannot immediately switch over, we
46 will be triaging and addressing critical issues and PRs in Boto in the short
47 term. As more users make the switch to Boto3, we expect to reduce our
48 maintenance involvement over time. If we decide on a cutoff date or any
49 significant changes to our maintenance plan, we will make pre-announcements
50 well ahead of schedule to allow ample time for our users to adapt/migrate.
51
52
53 ************
54 Introduction
55 ************
56
57 Boto is a Python package that provides interfaces to Amazon Web Services.
58 Currently, all features work with Python 2.6 and 2.7. Work is under way to
59 support Python 3.3+ in the same codebase. Modules are being ported one at
60 a time with the help of the open source community, so please check below
61 for compatibility with Python 3.3+.
62
63 To port a module to Python 3.3+, please view our `Contributing Guidelines`_
64 and the `Porting Guide`_. If you would like, you can open an issue to let
65 others know about your work in progress. Tests **must** pass on Python
66 2.6, 2.7, 3.3, and 3.4 for pull requests to be accepted.
67
68
69 ********
70 Services
71 ********
72
73 At the moment, boto supports:
74
75 * Compute
76
77 * Amazon Elastic Compute Cloud (EC2) (Python 3)
78 * Amazon Elastic Map Reduce (EMR) (Python 3)
79 * AutoScaling (Python 3)
80 * Amazon Kinesis (Python 3)
81 * AWS Lambda (Python 3)
82 * Amazon EC2 Container Service (Python 3)
83
84 * Content Delivery
85
86 * Amazon CloudFront (Python 3)
87
88 * Database
89
90 * Amazon Relational Data Service (RDS)
91 * Amazon DynamoDB (Python 3)
92 * Amazon SimpleDB (Python 3)
93 * Amazon ElastiCache (Python 3)
94 * Amazon Redshift (Python 3)
95
96 * Deployment and Management
97
98 * AWS Elastic Beanstalk (Python 3)
99 * AWS CloudFormation (Python 3)
100 * AWS Data Pipeline (Python 3)
101 * AWS Opsworks (Python 3)
102 * AWS CloudTrail (Python 3)
103 * AWS CodeDeploy (Python 3)
104
105 * Administration & Security
106
107 * AWS Identity and Access Management (IAM) (Python 3)
108 * AWS Key Management Service (KMS) (Python 3)
109 * AWS Config (Python 3)
110 * AWS CloudHSM (Python 3)
111
112 * Application Services
113
114 * Amazon CloudSearch (Python 3)
115 * Amazon CloudSearch Domain (Python 3)
116 * Amazon Elastic Transcoder (Python 3)
117 * Amazon Simple Workflow Service (SWF) (Python 3)
118 * Amazon Simple Queue Service (SQS) (Python 3)
119 * Amazon Simple Notification Server (SNS) (Python 3)
120 * Amazon Simple Email Service (SES) (Python 3)
121 * Amazon Cognito Identity (Python 3)
122 * Amazon Cognito Sync (Python 3)
123 * Amazon Machine Learning (Python 3)
124
125 * Monitoring
126
127 * Amazon CloudWatch (EC2 Only) (Python 3)
128 * Amazon CloudWatch Logs (Python 3)
129
130 * Networking
131
132 * Amazon Route53 (Python 3)
133 * Amazon Route 53 Domains (Python 3)
134 * Amazon Virtual Private Cloud (VPC) (Python 3)
135 * Elastic Load Balancing (ELB) (Python 3)
136 * AWS Direct Connect (Python 3)
137
138 * Payments and Billing
139
140 * Amazon Flexible Payment Service (FPS)
141
142 * Storage
143
144 * Amazon Simple Storage Service (S3) (Python 3)
145 * Amazon Glacier (Python 3)
146 * Amazon Elastic Block Store (EBS)
147 * Google Cloud Storage
148
149 * Workforce
150
151 * Amazon Mechanical Turk
152
153 * Other
154
155 * Marketplace Web Services (Python 3)
156 * AWS Support (Python 3)
157
158 The goal of boto is to support the full breadth and depth of Amazon
159 Web Services. In addition, boto provides support for other public
160 services such as Google Storage in addition to private cloud systems
161 like Eucalyptus, OpenStack and Open Nebula.
162
163 Boto is developed mainly using Python 2.6.6 and Python 2.7.3 on Mac OSX
164 and Ubuntu Maverick. It is known to work on other Linux distributions
165 and on Windows. Most of Boto requires no additional libraries or packages
166 other than those that are distributed with Python. Efforts are made
167 to keep boto compatible with Python 2.5.x but no guarantees are made.
168
169 ************
170 Installation
171 ************
172
173 Install via `pip`_:
174
175 ::
176
177 $ pip install boto
178
179 Install from source:
180
181 ::
182
183 $ git clone git://github.com/boto/boto.git
184 $ cd boto
185 $ python setup.py install
186
187 **********
188 ChangeLogs
189 **********
190
191 To see what has changed over time in boto, you can check out the
192 release notes at `http://docs.pythonboto.org/en/latest/#release-notes`
193
194 ***************************
195 Finding Out More About Boto
196 ***************************
197
198 The main source code repository for boto can be found on `github.com`_.
199 The boto project uses the `gitflow`_ model for branching.
200
201 `Online documentation`_ is also available. The online documentation includes
202 full API documentation as well as Getting Started Guides for many of the boto
203 modules.
204
205 Boto releases can be found on the `Python Cheese Shop`_.
206
207 Join our IRC channel `#boto` on FreeNode.
208 Webchat IRC channel: http://webchat.freenode.net/?channels=boto
209
210 Join the `boto-users Google Group`_.
211
212 *************************
213 Getting Started with Boto
214 *************************
215
216 Your credentials can be passed into the methods that create
217 connections. Alternatively, boto will check for the existence of the
218 following environment variables to ascertain your credentials:
219
220 **AWS_ACCESS_KEY_ID** - Your AWS Access Key ID
221
222 **AWS_SECRET_ACCESS_KEY** - Your AWS Secret Access Key
223
224 Credentials and other boto-related settings can also be stored in a
225 boto config file. See `this`_ for details.
226
227 .. _Contributing Guidelines: https://github.com/boto/boto/blob/develop/CONTRIBUTING
228 .. _Porting Guide: http://boto.readthedocs.org/en/latest/porting_guide.html
229 .. _pip: http://www.pip-installer.org/
230 .. _release notes: https://github.com/boto/boto/wiki
231 .. _github.com: http://github.com/boto/boto
232 .. _Online documentation: http://docs.pythonboto.org
233 .. _Python Cheese Shop: http://pypi.python.org/pypi/boto
234 .. _this: http://docs.pythonboto.org/en/latest/boto_config_tut.html
235 .. _gitflow: http://nvie.com/posts/a-successful-git-branching-model/
236 .. _neo: https://github.com/boto/boto/tree/neo
237 .. _boto-users Google Group: https://groups.google.com/forum/?fromgroups#!forum/boto-users
238
239