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