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.29.76.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c16a1f1d71a1f5be619e3af5633bcc48c7b79ae4b7548cbbbf7dc25bdc727ea |
|
MD5 | f5d9a20a5fcc78543b4a63644c8eb7ee |
|
BLAKE2b-256 | 78e5c4903a5fe693d9335ab8ae2077086c860818ca0522236b9e24ca0b19e013 |
Hashes for botocore_a_la_carte-1.29.76-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd835bb3bbd470833fe3b4318100e38a6ce6a6de379726cdca95b4a60f320126 |
|
MD5 | 516f30e06df325ab7707fecaec4ead10 |
|
BLAKE2b-256 | a8252f9edca0058718f1eb266470955e049969b1bcf77e8194fb8f3200380932 |