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.62.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02f5cb2fa48f6406158560814961bc17771f447107ac9af9b3c5448914eea80a |
|
MD5 | 8e717ff0a74e49eba15fb5b2eb74680d |
|
BLAKE2b-256 | d09da97b0ab84d54b62752e26b956492ceed4747209619843627a6ebc0bdef24 |
Hashes for botocore_a_la_carte-1.34.62-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a726637a3f4dece34553ddcea1f255a906aac367d502748f0c1fe01bd02ce050 |
|
MD5 | 8c95493966ebbe0e9c73e1e3c9032a36 |
|
BLAKE2b-256 | 39064672898d2485184056a3684089d1d01975bae6c5c9f58da20e3b658376ce |