botocore re-uploaded with a-la-carte data packages.
Project description
botocore-a-la-carte
botocore-a-la-carte is a re-packaging of botocore such that each service’s data JSON exists in a separate package, and are opted-into through package extras.
The package botocore-a-la-carte contains the base code/resources for botocore to operate, and has a package extra per service (referencing a package which contains just the JSON data for that service).
Installation and Usage
⚠️ The package extras must be installed in the same directory as this package (such as in a virtual environment). This package does not support being installed in separate locations pointed to by sys.path. This is a limitation of the core botocore package and the Python packaging ecosystem. ⚠️
Example:
botocore-a-la-carte with no extras allows you to use core botocore functionality (e.g. load credentials, sign requests, etc…).
$ pip install botocore-a-la-carte
...
$ python
>>> import botocore
...
If you require specific service support, specify the service names as an extras:
$ pip install botocore-a-la-carte[s3, ec2]
...
$ python
>>> import botocore.session
>>> session = botocore.session.get_session()
>>> client = session.create_client('ec2')
>>> print(client.describe_instances())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for botocore-a-la-carte-1.34.94.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 417fecb209ed64523ea9cfe67ba8d03c68aa679ec6732cc626f84367393132df |
|
MD5 | 17ba2207dac0da46e2fff22069a479fc |
|
BLAKE2b-256 | 900397212e31ccf0f0dc3acf59a3791242be11c2ddf9717a3782f1a8ee62df53 |
Hashes for botocore_a_la_carte-1.34.94-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10d4e20c2a02b2d069e78e166f3b5964eb7441141dd6f031693d84606a0e9652 |
|
MD5 | 5a2137929d14bdf18371a34cfcc3d764 |
|
BLAKE2b-256 | e1997eafbe5cdd4f458a06bd9716b3249a188f44001d2665b03fea116d3a17c3 |