Skip to main content

Automatic Deployment and Build tool

Project description

debu

© 2018 SiLeader.

Overview

Automatic deployment and build tool.

You can use this package as normal python package and interpreter.

Features

  • execute commands
  • copy files
  • execute debu script

debu script

Features

  • display data (print and echo)
  • execute commands
  • copy files
  • variables
  • comments

data types

name expr meaning
str "str" string type
int(hex) 0xbeef hexadecimal integer
int(dec) 129 decimal integer
int(oct) 0o127 octal integer
int(bin) 0b101 binary integer
host user@host:port, user@host SSH host name

script syntax

print and echo

print "data"
echo "data"

comments

# comment
print "data" # comment

copy files

host_destination << host_source: copy /path/to/destination /path/to/source

execute command

# execute ls command in host
host: ls

variables

# assign
var1 = "data"

# copy variable
var2 = var1

# use in host name
host = user@example.com
host: ls

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

debu-0.0.4.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

debu-0.0.4-py3-none-any.whl (6.1 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