Skip to main content

A Python Serverless framework

Project description

Pylone icon

PYLONE

Python CD framework

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'"

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

pylone-0.1.13.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

pylone-0.1.13-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page