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.73.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d778f57670b9abff6ee016fcbef6cbf7577ef35160264d6e1196098791eb3f30 |
|
MD5 | 9bc25af82e5579f40fa2d2f046fde788 |
|
BLAKE2b-256 | aff0aa069f0d39a87c3a3d229c25f481323a9b9c8d75085a60754e8149422e6a |
Hashes for botocore_a_la_carte-1.31.73-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e54779e36a59e29dcdff9c458b0bb9dab5e1feaae5cf3214f079f6c24e06858 |
|
MD5 | 794981d60e1337a92ad99f2e468afecf |
|
BLAKE2b-256 | 03dbfc921ab19b2f61dc0ebd5d5d3b18c7daa26bb1d6f0926dc052c2520e247d |