Ravenports generated: 28 Aug 2022 19:34
[ravenports.git] / bucket_0A / python-botocore
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-botocore
4 VERSION=                1.27.61
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/39/89/568d63106e44d000d62a11abf8b1eb90999a66873b718db40ec0b24e5aa7
14 DISTFILE[1]=            botocore-1.27.61-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.27.61.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:2613: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 2021-01-15, deprecation for Python 2.7 was announced and support was
55 dropped
56 on 2021-07-15. 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 On 2022-05-30, support was dropped for Python 3.6. This follows the
62 Python Software Foundation [end of support]
63 for the runtime which occurred on 2021-12-23.
64 For more information, see this [blog post].
65
66     :alt: Python Versions
67     :alt: Package Version
68     :alt: License
69
70 Getting Started
71 ---------------
72 Assuming that you have Python and virtualenv installed, set up your
73 environment and install the required dependencies like this or you can
74 install the library using pip:
75
76 .. code-block:: sh
77
78     $ git clone https://github.com/boto/botocore.git
79     $ cd botocore
80     $ virtualenv venv
81     ...
82     $ . venv/bin/activate
83     $ pip install -r requirements.txt
84     $ pip install -e .
85
86 .. code-block:: sh
87
88     $ pip install botocore
89
90 Using Botocore
91 ~~~~~~~~~~~~~~
92 After installing botocore
93
94 Next, set up credentials (in e.g. ``~/.aws/credentials``):
95
96 .. code-block:: ini
97
98     [default]
99     aws_access_key_id = YOUR_KEY
100     aws_secret_access_key = YOUR_SECRET
101
102 Then, set up a default region (in e.g. ``~/.aws/config``):
103
104 .. code-block:: ini
105
106    [default]
107    region=us-east-1
108
109 Other credentials configuration method can be found [here]
110
111 Then, from a Python interpreter:
112
113 .. code-block:: python
114
115     >>> import botocore.session
116     >>> session = botocore.session.get_session()
117     >>> client = session.create_client('ec2')
118     >>> print(client.describe_instances())
119
120 Getting Help
121 ------------
122
123 We use GitHub issues for tracking bugs and feature requests and have
124 limited
125 bandwidth to address them. Please use these community resources for getting
126 help. Please note many of the same resources available for boto3 are
127 applicable for botocore:
128
129 * Ask a question on [Stack Overflow] and tag it with [boto3]
130 * Open a support ticket with [AWS Support]
131 * If it turns out that you may have found a bug, please [open an issue]
132
133 Contributing
134 ------------
135
136 We value feedback and contributions from our community. Whether it's a bug
137 report, new feature, correction, or additional documentation, we welcome
138 your issues and pull requests. Please read through this [CONTRIBUTING]
139
140
141 [FILE:112:distinfo]
142 535c8e97ed28a38fd09dd8f4735195e761bbee54e4c6021f3a709a97b1287dd6      9093396 botocore-1.27.61-py3-none-any.whl
143