PYLONE
Python CD framework
Features
- Publish, update and delete Lambdas
- Publish, update and delete Layers
- Doppler integration
- Simple and light wieght
- Multi stages lambdas
- Before/after deploy hooks
Install
pip install pylone
Usage
Pylone usage
pylone -h
Template reference
stages global parameter
You can set the stages parameter to have a multistage project
stages:
- dev # first one is used as default stage
- prod # all other stages are more advanced stages
source parameter
You can use the source parameter to force a directory to be used as source
source: ./bin
before-script parameter
You can use the before-script parameter to execute a bash script before processing an entity
before-script: ./script.sh
# OR
before-script: "echo 'Starting ...'"
after-script parameter
Similar as before-script but launch script at the end of process
after-script: ./script.sh
# OR
after-script: "echo 'END of process'"
bucket-name parameter
Default value:
pylone-bucket
Allows you to choose the bucket name where pylone will upload zip files.
bucket-name: tmp-pylone-files
DX
VSCode config
.vscode/settings.json
{
"yaml.customTags": [
"!env scalar"
]
}
Release files for pylone 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylone-1.0.1.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylone-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.5 kB
Release files / pylone-1.0.1.tar.gz
| Download URL | pylone-1.0.1.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8df3f9fcb84db395a2207958badb979b5e7551ece342c98aa4715df726f643da
|
|
BLAKE2b-256 checksum How to use checksums |
5d5bb175fbf17eb5658268bf725ad037910525788cd165f6e929d01e359c3a42
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|
Release files / pylone-1.0.1-py3-none-any.whl
| Download URL | pylone-1.0.1-py3-none-any.whl |
|---|---|
| Size | 16.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d71daab16664ebd404f05a480ebd59aa363db9260424b7cdaf814a7bc1f14564
|
|
BLAKE2b-256 checksum How to use checksums |
6ad591cf6547d9ed833750fa109c8fb42e27c96d2099279e05114c90bbc597ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|