Project description
Table of Contents
About Sirtuin
Built With
Get Started
IDE Recommendations
Code quality
Git Conventions
About Sirtuin
Sirtuin is a collection of AWS CLI routines that can be used to automate some of the most common tasks. It is a work in progress.
Built With
Get Started
pip install sirtuin
# or with poetry
poetry add sirtuin
How To Use
Deploy a cloudfront distribution via a local configuration:
poetry run sirtuin cloudfront-deploy .cloudfront -p profile
Push an updated container to AWS via a stored configuration on S3:
poetry run sirtuin container-push s3://bucket/.container -p profile
Deploy a new container to AWS via a stored configuration on S3:
poetry run sirtuin container-deploy s3://bucket/.container -p profile
Local Installation
git clone https://github.com/merylldindin/sirtuin
# install dependencies
make install
Installing awscli
: A fully documented tutorial is available here , and is recommended to follow depending on your distribution. Verify whether your installation worked by opening a new terminal:
meryll@xps:~/Venvs$ aws --version
aws-cli/2.15.23 Python/3.11.6 Darwin/23.5.0 exe/x86_64 prompt/off
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 sirtuin-1.1.0.tar.gz
.
File metadata
Download URL:
sirtuin-1.1.0.tar.gz
Upload date: Mar 9, 2025
Size: 11.7 kB
Tags: Source
Uploaded using Trusted Publishing? No
Uploaded via: poetry/2.1.1 CPython/3.12.9 Linux/6.8.0-1021-azure
File hashes
Hashes for sirtuin-1.1.0.tar.gz
Algorithm
Hash digest
SHA256
79445fa35da8ce06750a398397e57df6a42aa32cb4f8392ce1a384f26217976d
Copy
MD5
2f905fdcc84c8b4960ae83aebe8f1ef8
Copy
BLAKE2b-256
cd031cb8b89304642714b87ffdb0ea0c61ab5c010e12be6309cff53bede23ad8
Copy
See more details on using hashes here.
File details
Details for the file sirtuin-1.1.0-py3-none-any.whl
.
File metadata
Download URL:
sirtuin-1.1.0-py3-none-any.whl
Upload date: Mar 9, 2025
Size: 15.1 kB
Tags: Python 3
Uploaded using Trusted Publishing? No
Uploaded via: poetry/2.1.1 CPython/3.12.9 Linux/6.8.0-1021-azure
File hashes
Hashes for sirtuin-1.1.0-py3-none-any.whl
Algorithm
Hash digest
SHA256
5bdaabd3417a4510236428e2507b37961b59a9ff1fde2afe745cc742bc4bacb5
Copy
MD5
97effc884fa46c489f15cb206b564e59
Copy
BLAKE2b-256
32832401f92e7c406bed0efe8e51ea83dff9382acb4a834284cf9d183ff5c8fb
Copy
See more details on using hashes here.