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