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 name as an extra:
$ 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.29.47.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee2db909fb0e84895fbf2fc763013fbe03cd0bea5b489870d517ea9d7eaf27b0 |
|
MD5 | 623b3acee5b363be63e23d0e7c6fe893 |
|
BLAKE2b-256 | 08a3fdbbf8b345c6e9bcec7208811466cd546240dd117f4eed642b2a9617bf0e |
Hashes for botocore_a_la_carte-1.29.47-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c0e1c590c6a3d128c5c337541b18e838a6bbe6ea7b127adf11e436d2a9847c7 |
|
MD5 | cc140de61de8a2396189575db8e7390a |
|
BLAKE2b-256 | 781fce366541b4cb52795bee5ae9d0b6aa73747026fbc508c84e24ddf9ccfdc0 |