Ravenports generated: 06 Mar 2021 03:49
[ravenports.git] / bucket_0A / python-botocore
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-botocore
4 VERSION=                1.20.22
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/8c/d8/0069415ca12180b94d368c60dcce9c0680dc5cfc1aed36882ac452fcf2bf
14 DISTFILE[1]=            botocore-1.20.22-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.20.22.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:2975: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 was dropped on 02/01/2021. To avoid disruption, customers using Botocore
50 on Python 3.4 or 3.5 may need to upgrade their version of Python or pin the
51 version of Botocore. For more information, see
52 this [blog post].
53
54 Getting Started
55 ---------------
56 Assuming that you have Python and virtualenv installed, set up your
57 environment and install the required dependencies like this or you can
58 install the library using pip:
59
60 .. code-block:: sh
61
62     $ git clone https://github.com/boto/botocore.git
63     $ cd botocore
64     $ virtualenv venv
65     ...
66     $ . venv/bin/activate
67     $ pip install -r requirements.txt
68     $ pip install -e .
69
70 .. code-block:: sh
71
72     $ pip install botocore
73     
74 Using Botocore
75 ~~~~~~~~~~~~~~
76 After installing botocore 
77
78 Next, set up credentials (in e.g. ``~/.aws/credentials``):
79
80 .. code-block:: ini
81
82     [default]
83     aws_access_key_id = YOUR_KEY
84     aws_secret_access_key = YOUR_SECRET
85
86 Then, set up a default region (in e.g. ``~/.aws/config``):
87
88 .. code-block:: ini
89
90    [default]
91    region=us-east-1
92     
93 Other credentials configuration method can be found [here]
94
95 Then, from a Python interpreter:
96
97 .. code-block:: python
98
99     >>> import botocore.session
100     >>> session = botocore.session.get_session()
101     >>> client = session.create_client('ec2')
102     >>> print(client.describe_instances())
103
104 Getting Help
105 ------------
106
107 We use GitHub issues for tracking bugs and feature requests and have
108 limited
109 bandwidth to address them. Please use these community resources for getting
110 help. Please note many of the same resources available for boto3 are
111 applicable for botocore:
112
113 * Ask a question on [Stack Overflow] and tag it with [boto3]
114 * Come join the AWS Python community chat on [gitter]
115 * Open a support ticket with [AWS Support]
116 * If it turns out that you may have found a bug, please [open an issue]
117
118 Contributing
119 ------------
120
121 We value feedback and contributions from our community. Whether it's a bug
122 report, new feature, correction, or additional documentation, we welcome
123 your issues and pull requests. Please read through this [CONTRIBUTING]
124 document before submitting any issues or pull requests to ensure we have
125 all the necessary information to effectively respond to your contribution. 
126
127 Maintenance and Support for SDK Major Versions
128 ----------------------------------------------
129
130 Botocore was made generally available on 06/22/2015 and is currently in the
131 full support phase of the availability life cycle.
132
133 For information about maintenance and support for SDK major versions and
134 their underlying dependencies, see the following in the AWS SDKs and Tools
135 Shared Configuration and Credentials Reference Guide:
136
137 * [AWS SDKs and Tools Maintenance Policy]
138 * [AWS SDKs and Tools Version Support Matrix]
139
140
141 [FILE:116:distinfo]
142 e92e22275ddc15b80015ee630b14ac3701bd9834bffc0814a65a894d490d2eaf      7275164 botocore-1.20.22-py2.py3-none-any.whl
143