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.149.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4b5f2673c73333159d7413fa073fe5403a5af38a4ac3bf4a10bf447c612f87f |
|
MD5 | fbaeca647f880efb7b05645710ad9b47 |
|
BLAKE2b-256 | b845088f8701494dcb52f8e390dbf75b6f4ed77b4d4eb6577315a16cee7a8f23 |
Hashes for botocore_a_la_carte-1.29.149-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9914d24867cea2f5a6ba47baa7b7483bc888d8ee0b06523ca06486b60735054e |
|
MD5 | 5ee4b0c90eece39014ed071d685b1418 |
|
BLAKE2b-256 | 43ce3b7efbf20aecbf25709a204a9352df78ede65e960075f29e89b380d0391f |