Boto3 utility library that supports parameter-driven and predicate-driven retrieval of collections of AWS resources.
Project description
Boto3 utility library that supports parameter-driven and predicate-driven retrieval of collections of AWS resources.
Purpose
This library makes it possible to use Boto3 to retrieve a collection of AWS resources (selected according to supplied parameters, constraints, and/or predicates) within an AWS service.
Package Installation and Usage
The package is available on PyPI:
python -m pip install b3q
The library can be imported in the usual ways:
import b3q from b3q import *
Testing and Conventions
All unit tests are executed and their coverage is measured when using nose (see setup.cfg for configution details):
nosetests
Alternatively, all unit tests are included in the module itself and can be executed using doctest:
python b3q/b3q.py -v
Style conventions are enforced using Pylint:
pylint b3q
Contributions
In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.
Versioning
The version number format for this library and the changes to the library associated with version number increments conform with Semantic Versioning 2.0.0.
Project details
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 b3q-0.1.0.tar.gz
.
File metadata
- Download URL: b3q-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f18be604341f7ed6f05e14c258fd583664be2491867378931fb526318ec8bf1c |
|
MD5 | eef84cb927131cbec5cdd42cd3722bbe |
|
BLAKE2b-256 | 605a0c3ef8096e1b226125c6100637ec0b9c0554c8b408b80a28de2d092fb982 |
File details
Details for the file b3q-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: b3q-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5853cf4f868be95c04bc24ac4d03de4131d77b5d35e11ca24dcd7616df2915d8 |
|
MD5 | 01b27e8b9d17729da7c9550b144b5883 |
|
BLAKE2b-256 | c0caee043131eaf11ea958d912c026f0cfbed5d9b297f43b04dfd4d224622ff0 |