Skip to main content

Lib to dump environment variables into a configuration file

Project description

Latest Version Latest version

A binary to dump environment into a file (Tested on python 2.7 & 3.5)

Quickstart

First, install cdumay-env2cfgfile using pip:

pip install -U cdumay-env2cfgfile

Example

The given example dump all environment QT variables in a json file:

$ ./env2cfg --prefix '^QT_' json /tmp/myenv.json
$ cat /tmp/myenv.json
{
    "QT_ACCESSIBILITY": "1",
    "QT_IM_MODULE": "",
    "QT_LINUX_ACCESSIBILITY_ALWAYS_ON": "1",
    "QT_STYLE_OVERRIDE": "gtk"
}

License

MIT License

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

cdumay-env2cfgfile-0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

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