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.44.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b608b673380c041e6a99aff419a80ace14e65da18be4df510d55564c2ed2c09e |
|
MD5 | 61aa01d18d02e2a32309443f84a174c3 |
|
BLAKE2b-256 | 39193ddc5de717ac11394dc2288c3458b4b35acb6956c31f1e055ff360d8a467 |
Hashes for botocore_a_la_carte-1.34.44-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d4956e5ca3259cbd5d2c0faf66a9c4b757f9e54bcf152e1c4225d8d8309440c |
|
MD5 | bdd64fc6169aa9d57a1f9ada7b83f96d |
|
BLAKE2b-256 | 56ffd643783457b8f02245880799e2d0235af4a0d31ca82fd064b0700dfe0d75 |