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.70.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45bc165b5cc5382f077851ee6435742fdcf55b9f64fc7eb9c407c636dcb30f4e |
|
MD5 | 37c63ab0bca66d3835afc38faf1d567c |
|
BLAKE2b-256 | 86f3f8274371a8e7647affe62dee87436b7e494ef65cca3e5068a2831c5d9e5b |
Hashes for botocore_a_la_carte-1.34.70-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c1135fce3607ec0a2149982da08548e0eff3282f61ea5381c8f7fba9622ad7d |
|
MD5 | f2150be3ab819548a7dea30b970d6156 |
|
BLAKE2b-256 | 29cbe38ffd187c3af63f4bf87398910896767817cef0dce8f3e7585221b29483 |