Ravenports generated: 31 Jan 2021 01:45
[ravenports.git] / bucket_0A / python-botocore
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-botocore
4 VERSION=                1.19.63
5 KEYWORDS=               python
6 VARIANTS=               py38 py39
7 SDESC[py38]=            Low-level, data-driven core of boto 3 (PY38)
8 SDESC[py39]=            Low-level, data-driven core of boto 3 (PY39)
9 HOMEPAGE=               https://github.com/boto/botocore
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/2c/05/0a955f0c92bec7da076fbbc73926dfb13fab8e2b88de7f8eb17c443f28f0
14 DISTFILE[1]=            botocore-1.19.63-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py38]=            single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY39
20 OPTIONS_STANDARD=       none
21 VOPTS[py38]=            PY38=ON PY39=OFF
22 VOPTS[py39]=            PY38=OFF PY39=ON
23
24 DISTNAME=               botocore-1.19.63.dist-info
25
26 GENERATED=              yes
27
28 [PY38].RUN_DEPENDS_ON=                  python-python-dateutil:single:py38
29                                         python-jmespath:single:py38
30                                         python-urllib3:single:py38
31 [PY38].USES_ON=                         python:py38,wheel
32
33 [PY39].RUN_DEPENDS_ON=                  python-python-dateutil:single:py39
34                                         python-jmespath:single:py39
35                                         python-urllib3:single:py39
36 [PY39].USES_ON=                         python:py39,wheel
37
38 [FILE:2960:descriptions/desc.single]
39 botocore
40 ========
41
42 A low-level interface to a growing number of Amazon Web Services. The
43 botocore package is the foundation for the
44 [AWS CLI] as well as
45 [boto3].
46
47 On 10/29/2020 deprecation for Python 3.4 and Python 3.5 was announced and
48 support
49 will be dropped on 02/01/2021. To avoid disruption, customers using
50 Botocore
51 on Python 3.4 or 3.5 may need to upgrade their version of Python or pin the
52 version of Botocore in use prior to 02/01/2021. For more information, see
53 this [blog post].
54
55 Getting Started
56 ---------------
57 Assuming that you have Python and virtualenv installed, set up your
58 environment and install the required dependencies like this or you can
59 install the library using pip:
60
61 .. code-block:: sh
62
63     $ git clone https://github.com/boto/botocore.git
64     $ cd botocore
65     $ virtualenv venv
66     ...
67     $ . venv/bin/activate
68     $ pip install -r requirements.txt
69     $ pip install -e .
70
71 .. code-block:: sh
72
73     $ pip install botocore
74     
75 Using Botocore
76 ~~~~~~~~~~~~~~
77 After installing botocore 
78
79 Next, set up credentials (in e.g. ``~/.aws/credentials``):
80
81 .. code-block:: ini
82
83     [default]
84     aws_access_key_id = YOUR_KEY
85     aws_secret_access_key = YOUR_SECRET
86
87 Then, set up a default region (in e.g. ``~/.aws/config``):
88
89 .. code-block:: ini
90
91    [default]
92    region=us-east-1
93     
94 Other credentials configuration method can be found [here]
95
96 Then, from a Python interpreter:
97
98 .. code-block:: python
99
100     >>> import botocore.session
101     >>> session = botocore.session.get_session()
102     >>> client = session.create_client('ec2')
103     >>> print(client.describe_instances())
104
105 Getting Help
106 ------------
107
108 We use GitHub issues for tracking bugs and feature requests and have
109 limited
110 bandwidth to address them. Please use these community resources for getting
111 help. Please note many of the same resources available for boto3 are
112 applicable for botocore:
113
114 * Ask a question on [Stack Overflow] and tag it with [boto3]
115 * Come join the AWS Python community chat on [gitter]
116 * Open a support ticket with [AWS Support]
117 * If it turns out that you may have found a bug, please [open an issue]
118
119 Contributing
120 ------------
121
122 We value feedback and contributions from our community. Whether it's a bug
123 report, new feature, correction, or additional documentation, we welcome
124 your issues and pull requests. Please read through this [CONTRIBUTING]
125 document before submitting any issues or pull requests to ensure we have
126 all the necessary information to effectively respond to your contribution. 
127
128 Maintenance and Support for SDK Major Versions
129 ----------------------------------------------
130
131 Botocore was made generally available on 06/22/2015 and is currently in the
132 full support phase of the availability life cycle.
133
134 For information about maintenance and support for SDK major versions and
135 their underlying dependencies, see the following in the AWS SDKs and Tools
136 Shared Configuration and Credentials Reference Guide:
137
138 * [AWS SDKs and Tools Maintenance Policy]
139
140
141 [FILE:116:distinfo]
142 ad4adfcc195b5401d84b0c65d3a89e507c1d54c201879c8761ff10ef5c361e21      7220616 botocore-1.19.63-py2.py3-none-any.whl
143