visualize and manipulate (sets of hierarchal) config files
Project description
ConfigView is tool to visualize and manipulate (sets of hierarchal) config files.
http://bitbucket.org/schettino72/configview/
Intro
Lets take an example of a web application that is deployed into different sites using different config values. It is desirable to keep config items specific to a site in separate files. The application also uses different config values depending if it is used on development and production.
This gives the following usage of config files:
site 1 dev -> base_config.ini, site1_config.ini
site 2 dev -> base_config.ini, site2_config.ini
site 3 dev -> base_config.ini, site3_config.ini
site 1 production -> base_config.ini, site1_config.ini, production.ini
…
ConfigView is tool to help you visualize what are the actual values being used, and provide a “diff” between different sets.
see http://bitbucket.org/schettino72/configview/raw/tip/samples/sample.html for a sample output.
Usage
Pass config files in priority order. “+” is use to separate different sets.
$ confview base_config.ini site1_config.ini + base_config.ini site2_config.ini
Features
handle hierarchical configs
diff of 2 or more config sets
[TODO] command line for “set” operations like difference, union…
supported config formats
INI files (only __default__ is used - no support for config groups)
plain python files
Install
$ python setup.py install
or use easy_install or pip
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ConfigView-0.1.0.tar.gz
.
File metadata
- Download URL: ConfigView-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7c1d81cf52b98c91f8908a3f0876b36adba56f7005c59b85dd752b665138c9e |
|
MD5 | 34ffc06adb5b7e151e530e192dcd2134 |
|
BLAKE2b-256 | 5121803f0e5c63d560c0be25d9d7e990ecbd2777cfe71d19a80a92eacaf8ab38 |