This project/library contains common elements related to AWS services...
Project description
This project/library contains common elements related to AWS services…
Execution Environment
Install libraries
pip install --upgrade pip
pip install virtualenv
Create the Python Virtual Environment.
virtualenv --python={{python-version}} .venv
virtualenv --python=python3.11 .venv
Activate the Virtual Environment.
source .venv/bin/activate
Install required libraries
pip install .
Optional libraries
pip install '.[all]' # For all...
pip install '.[core-cdc]' # For CDC flows...
pip install '.[tests]' # For tests execution...
Check tests and coverage
python manager.py run-tests
python manager.py run-tests --test-type integration
python manager.py run-coverage
# Having proper AWS credentials...
python manager.py run-tests --test-type functional --pattern "*.py"
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
core_aws-2.0.0.tar.gz
(59.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
core_aws-2.0.0-py3-none-any.whl
(78.2 kB
view details)
File details
Details for the file core_aws-2.0.0.tar.gz.
File metadata
- Download URL: core_aws-2.0.0.tar.gz
- Upload date:
- Size: 59.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
071a7dd4722b5662afefd3f9ffb4aaff99fb97575504128b76d9c22ab3c6c48b
|
|
| MD5 |
0c32fc252eb9dd9c2b24cdd4216f014b
|
|
| BLAKE2b-256 |
81e3cbdb67d304d248987f5ede890e6b24667b7537e9df0c3e4b6e8af60159d5
|
File details
Details for the file core_aws-2.0.0-py3-none-any.whl.
File metadata
- Download URL: core_aws-2.0.0-py3-none-any.whl
- Upload date:
- Size: 78.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6996e9efc6a837e16ffc5a250a960418a15dcf3e4ff71d8d80ded92d7fb64146
|
|
| MD5 |
67cd5f3aba2af31cb1438fdc95d45dfe
|
|
| BLAKE2b-256 |
6b945523a8ceb2ff651a46316a76cd8b256a7129d66cb97466eb03e99fff59b0
|