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.56.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04172b246bedfb6c173a0d3835934a12aaa444938214c765cd97f64798c25d7d |
|
MD5 | 396d59cd5abce3e6146070a2adf696df |
|
BLAKE2b-256 | ec7671f7a6f83c2806f4eb3951767af3bac984e3c3579fcc1f21ae20d11ca90e |
Hashes for botocore_a_la_carte-1.31.56-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04347f6ddd50bb6ef8cf2657a6603423e18c969e71f4be5e677233a83b55f03c |
|
MD5 | 33f7a5a3238dcd94976d9df248d1a390 |
|
BLAKE2b-256 | a16cffaa51fccaec1969077743d344c6cba4677d5bf0c7999bc50f43977495d3 |