Ravenports generated: 28 Oct 2020 04:37
[ravenports.git] / bucket_0A / python-botocore
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-botocore
4 VERSION=                1.19.6
5 KEYWORDS=               python
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Low-level, data-driven core of boto 3 (PY37)
8 SDESC[py38]=            Low-level, data-driven core of boto 3 (PY38)
9 HOMEPAGE=               https://github.com/boto/botocore
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/b/botocore
14 DISTFILE[1]=            botocore-1.19.6.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 DISTNAME=               botocore-1.19.6
25
26 GENERATED=              yes
27
28 [PY37].BUILDRUN_DEPENDS_ON=             python-jmespath:single:py37
29                                         python-python-dateutil:single:py37
30                                         python-urllib3:single:py37
31 [PY37].USES_ON=                         python:py37
32
33 [PY38].BUILDRUN_DEPENDS_ON=             python-jmespath:single:py38
34                                         python-python-dateutil:single:py38
35                                         python-urllib3:single:py38
36 [PY38].USES_ON=                         python:py38
37
38 [FILE:2554: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 10/09/2019 support for Python 2.6 and Python 3.3 was deprecated and
48 support
49 was dropped on 01/10/2020. To avoid disruption, customers using Botocore
50 on Python 2.6 or 3.3 will need to upgrade their version of Python or pin
51 the
52 version of Botocore in use prior to 01/10/2020. For more information, see
53 this [blog post].
54
55 Getting Started
56 ---------------
57 Assuming that you have Python and virtualenv installed, set up your
58 environment and install the required dependencies like this or you can
59 install the library using pip:
60
61 .. code-block:: sh
62
63     $ git clone https://github.com/boto/botocore.git
64     $ cd botocore
65     $ virtualenv venv
66     ...
67     $ . venv/bin/activate
68     $ pip install -r requirements.txt
69     $ pip install -e .
70
71 .. code-block:: sh
72
73     $ pip install botocore
74     
75 Using Botocore
76 ~~~~~~~~~~~~~~
77 After installing botocore 
78
79 Next, set up credentials (in e.g. ``~/.aws/credentials``):
80
81 .. code-block:: ini
82
83     [default]
84     aws_access_key_id = YOUR_KEY
85     aws_secret_access_key = YOUR_SECRET
86
87 Then, set up a default region (in e.g. ``~/.aws/config``):
88
89 .. code-block:: ini
90
91    [default]
92    region=us-east-1
93     
94 Other credentials configuration method can be found [here]
95
96 Then, from a Python interpreter:
97
98 .. code-block:: python
99
100     >>> import botocore.session
101     >>> session = botocore.session.get_session()
102     >>> client = session.create_client('ec2')
103     >>> print(client.describe_instances())
104
105 Getting Help
106 ------------
107
108 We use GitHub issues for tracking bugs and feature requests and have
109 limited
110 bandwidth to address them. Please use these community resources for getting
111 help. Please note many of the same resources available for boto3 are
112 applicable for botocore:
113
114 * Ask a question on [Stack Overflow] and tag it with [boto3]
115 * Come join the AWS Python community chat on [gitter]
116 * Open a support ticket with [AWS Support]
117 * If it turns out that you may have found a bug, please [open an issue]
118
119 Contributing
120 ------------
121
122 We value feedback and contributions from our community. Whether it's a bug
123 report, new feature, correction, or additional documentation, we welcome
124 your issues and pull requests. Please read through this [CONTRIBUTING]
125 document before submitting any issues or pull requests to ensure we have
126 all the necessary information to effectively respond to your contribution. 
127
128 More Resources
129 --------------
130
131 * [NOTICE]
132 * [Changelog]
133 * [License]
134
135
136 [FILE:101:distinfo]
137 97d03523324dfff078aac12f88304f73038d449e10e05d378993fb3a22727c42      6963086 botocore-1.19.6.tar.gz
138