Ravenports generated: 07 Mar 2024 20:16
[ravenports.git] / bucket_0A / python-botocore
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-botocore
4 VERSION=                1.34.57
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Low-level, data-driven core of boto 3 (3.11)
8 SDESC[v12]=             Low-level, data-driven core of boto 3 (3.12)
9 HOMEPAGE=               https://github.com/boto/botocore
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/b3/f8/8219e7f7a1c2a1d01bd8dd9e0a8ef82cdcb849def01b0954dbcc5116988d
14 DISTFILE[1]=            botocore-1.34.57-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               botocore-1.34.57.dist-info
25
26 GENERATED=              yes
27
28 [PY311].RUN_DEPENDS_ON=                 python-jmespath:single:v11
29                                         python-python-dateutil:single:v11
30                                         python-urllib3:single:v11
31 [PY311].USES_ON=                        python:v11,wheel
32
33 [PY312].RUN_DEPENDS_ON=                 python-jmespath:single:v12
34                                         python-python-dateutil:single:v12
35                                         python-urllib3:single:v12
36 [PY312].USES_ON=                        python:v12,wheel
37
38 [FILE:2657: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 2023-12-13, support was dropped for Python 3.7. This follows the
55 Python Software Foundation [end of support]
56 for the runtime which occurred on 2023-06-27.
57 For more information, see this [blog post].
58
59     :alt: Python Versions
60     :alt: Package Version
61     :alt: License
62
63 Getting Started
64 ---------------
65 Assuming that you have Python and virtualenv installed, set up your
66 environment and install the required dependencies like this or you can
67 install the library using pip:
68
69 .. code-block:: sh
70
71     $ git clone https://github.com/boto/botocore.git
72     $ cd botocore
73     $ virtualenv venv
74     ...
75     $ . venv/bin/activate
76     $ pip install -r requirements.txt
77     $ pip install -e .
78
79 .. code-block:: sh
80
81     $ pip install botocore
82
83 Using Botocore
84 ~~~~~~~~~~~~~~
85 After installing botocore
86
87 Next, set up credentials (in e.g. ``~/.aws/credentials``):
88
89 .. code-block:: ini
90
91     [default]
92     aws_access_key_id = YOUR_KEY
93     aws_secret_access_key = YOUR_SECRET
94
95 Then, set up a default region (in e.g. ``~/.aws/config``):
96
97 .. code-block:: ini
98
99    [default]
100    region=us-east-1
101
102 Other credentials configuration method can be found [here]
103
104 Then, from a Python interpreter:
105
106 .. code-block:: python
107
108     >>> import botocore.session
109     >>> session = botocore.session.get_session()
110     >>> client = session.create_client('ec2')
111     >>> print(client.describe_instances())
112
113 Getting Help
114 ------------
115
116 We use GitHub issues for tracking bugs and feature requests and have
117 limited
118 bandwidth to address them. Please use these community resources for getting
119 help. Please note many of the same resources available for boto3 are
120 applicable for botocore:
121
122 * Ask a question on [Stack Overflow] and tag it with [boto3]
123 * Open a support ticket with [AWS Support]
124 * If it turns out that you may have found a bug, please [open an issue]
125
126 Contributing
127 ------------
128
129 We value feedback and contributions from our community. Whether it's a bug
130 report, new feature, correction, or additional documentation, we welcome
131 your issues and pull requests. Please read through this [CONTRIBUTING]
132 document before submitting any issues or pull requests to ensure we have
133 all the necessary information to effectively respond to your contribution.
134
135 Maintenance and Support for SDK Major Versions
136 ----------------------------------------------
137
138 Botocore was made generally available on 06/22/2015 and is currently in the
139
140
141 [FILE:112:distinfo]
142 c8dafe0ad378a88bcf4153e6972870b03fb5aab406b694202307500709940baf     11996140 botocore-1.34.57-py3-none-any.whl
143