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.31.46.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89132adaae7a1b210c2f3b4ddb0ea70ff379572145a3326555b78459a2626cc3 |
|
MD5 | 55d2a0c1b4c8eb8c3b410bc093961a65 |
|
BLAKE2b-256 | 79027ef1e163d38b48b8007f38bf5f07ab0dbadc600f25e7724188d7d7c1cf03 |
Hashes for botocore_a_la_carte-1.31.46-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f2be6d127ada717d25df017fdb51a104b58268aafde45e85eeaa66414516277 |
|
MD5 | bc908b46a554e97e6e68d4aceffa9740 |
|
BLAKE2b-256 | 46759606a1a8b3fbd0824dab4faa89af080bb9e3db18838e8cdb73ee1bb66df7 |