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.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3012ee860f4af0e0544b701e79a800b5bb06d6db32314d83ac79ba0e6fc6f8a |
|
MD5 | acb164ed3d9f695fc0919f56d4e85af9 |
|
BLAKE2b-256 | 9e0731edba63677a0f6d6ce7f0587b46dd89e9f63f10caae45ca1c659a356b46 |
Hashes for botocore_a_la_carte-1.31.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6626498a71570dcec03f5c257bc6de04d58e461a07a26d7c985755ea8ed5793 |
|
MD5 | 124d612cb37e7f8482f3476a9120d19d |
|
BLAKE2b-256 | fe0f9c24165c143911af96a04fa62ae79a7ad41a0968a3d33da0f2700ba1a439 |