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.76.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fba07d61847215a7436a1b692d6a7b2731bc1247962bc04d3d53219244b94948 |
|
MD5 | fe86ea536e7f7af334faca09bde4b94c |
|
BLAKE2b-256 | d23f8b485c06e9f5decb6751e169d7307ad6fa319d5aaee079517c9e90077223 |
Hashes for botocore_a_la_carte-1.31.76-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42be51470a15bf532c22b0d174198070699795982320651a819363486ee74e01 |
|
MD5 | 9c059e3f6c482d61d3eb19435dc0e673 |
|
BLAKE2b-256 | 85de090ae208051852a136e4608ea6450378e62830850c535b2708a60b83cce7 |