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