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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b725f35608957808f5e5bad8c32698f56adc77d32565b16d37b29f9bdd3db33 |
|
MD5 | ed0600a7c5a2e56e5bade2a2070855bb |
|
BLAKE2b-256 | e654363a46dfd0d166c46bce040bc60644901f82a5b9cf9e4637f6222d29330a |
Hashes for botocore_a_la_carte-1.34.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27505fd2746edb43cfbdf55b9dc82a4cb3f60b9ed37534b1e0787104d8a8aa20 |
|
MD5 | 28012c965d2c658225078c53ac7f9e5a |
|
BLAKE2b-256 | 5e149dcd4c41d37adab8fc53207e921395dd5c9ba5daea438e93de5139dc0534 |