This project/library contains common elements related to AWS services...
Project description
core-aws
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=python3.11 .venv
Activate the Virtual Environment.
source .venv/bin/activate
Install required libraries.
pip install .
Check tests and coverage...
python manager.py run-test
python manager.py run-coverage
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
core-aws-1.0.1.tar.gz
(27.2 kB
view hashes)
Built Distribution
core_aws-1.0.1-py3-none-any.whl
(36.4 kB
view hashes)