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.122.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e297c38e2345466d861f65d55121b3874fb0947d2bf8d695f8c062b127ee8215 |
|
MD5 | a3d14775464bcddb7517c8a9b753e84e |
|
BLAKE2b-256 | 712b350c15b3209e4ea70cc91bc18d2fc21fb2bf4778abc7e22050951538983d |
Hashes for botocore_a_la_carte-1.34.122-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5b7452260aa63e8a46d2be51501fb624c293f152e92e226e907e2c8dc942d7c |
|
MD5 | 986284210340a94d88c6a16be57f3576 |
|
BLAKE2b-256 | 758b0169efeae7668d277aa4ab90845ad92c8fea74e112e320b8615f8823450e |