2017 © Pedro Peláez
 

library compile_conf

Simple builder configuration files from environment, encrypted values or user input

image

travelport-czech/compile_conf

Simple builder configuration files from environment, encrypted values or user input

  • Tuesday, May 22, 2018
  • by srbt
  • Repository
  • 3 Watchers
  • 2 Stars
  • 12 Installations
  • Python
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 50 % Grown

The README.md

compile_conf

Simple builder configuration files from environment, encrypted values or user input, (*1)

Complete syntax is:, (*2)

compile_conf [{-k|--aes-key} aes_key_file] [{-K|--rsa-key} rsa_key_file] [{-d|--diff} diff_file] [{-D|--def} comment key value] {support|production|testing|internal|devel} sample_file config_file

but typical usage is very easier:, (*3)

compile_conf production config.sample config.cfg

where - production defines environment where be config.cfg used - config.sample is source of configuration - contain definitions for all enviromnents - config.cfg is output file, (*4)

Tool is available by composer:, (*5)

composer require travelport-czech/compile_conf '*'

Depends on package PyCrypto(deprecated) or PyCryptodome(recommended), (*6)

The Versions

22/05 2018

dev-master

9999999-dev

Simple builder configuration files from environment, encrypted values or user input

  Sources   Download

22/05 2018

v1.0.2

1.0.2.0

Simple builder configuration files from environment, encrypted values or user input

  Sources   Download

29/03 2018

v1.0.1

1.0.1.0

Simple builder configuration files from environment, encrypted values or user input

  Sources   Download

29/03 2018

v1.0.0

1.0.0.0

Simple builder configuration files from environment, encrypted values or user input

  Sources   Download