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.79.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d16eb5f372ff09aace946bc3e547f08910b9ea8b67c2da3201d964cdcffe85e2 |
|
MD5 | 854dd467431794c3ee3a0f50b4c956f6 |
|
BLAKE2b-256 | a51ebad6a2558f05bb3a23de80f5f0977e8722eaaf33894ce54b99f48892867d |
Hashes for botocore_a_la_carte-1.34.79-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f78cec25bf71d37a3310bf7afe0b2e0c94a5ba0575bf7112f5b547cd86eaf6fb |
|
MD5 | b1dab578dd47b8d8efec5192c83f1ce3 |
|
BLAKE2b-256 | 688ef8caae97d9f1787018684c1d1c989f4ed9224019d0d7c123923fffeaa802 |