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
File details
Details for the file botocore-a-la-carte-1.34.144.tar.gz
.
File metadata
- Download URL: botocore-a-la-carte-1.34.144.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bcd5587d88ee418418f6cc65be0996eb8b7c6d87c5638c9bf7ed19377d2c726 |
|
MD5 | dde7104cc86dfa38c71f247dd0764758 |
|
BLAKE2b-256 | f82ff59bfe05bb1eb35f22dd5df170ee47987d83c956c2b90e5d7957e8962612 |
File details
Details for the file botocore_a_la_carte-1.34.144-py3-none-any.whl
.
File metadata
- Download URL: botocore_a_la_carte-1.34.144-py3-none-any.whl
- Upload date:
- Size: 534.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 505a9d37319fcd1fbf7433e999ac8182c18b474ee4555dffd2c2ae6ddf23670e |
|
MD5 | 28575c36e38fb9042bd05e663f0727ff |
|
BLAKE2b-256 | e66cf9638214126eb24382793356a3614f5ed2bdec5609c10ddae003952e193c |