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