Mercurial > hg > configuration
comparison README.txt @ 131:dff886188b55
minor fixes
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 30 Mar 2014 19:27:41 -0700 |
| parents | 6b798d23f99f |
| children | 591701680deb |
comparison
equal
deleted
inserted
replaced
| 130:6b798d23f99f | 131:dff886188b55 |
|---|---|
| 2 ============= | 2 ============= |
| 3 | 3 |
| 4 multi-level unified configuration for python consumption | 4 multi-level unified configuration for python consumption |
| 5 | 5 |
| 6 - you have a (python) program that wants to read configuration from | 6 - you have a (python) program that wants to read configuration from |
| 7 configuration files (I currently support JSON and YAML) and also | 7 configuration files (I currently support JSON and YAML) and also |
| 8 from the command line [TODO: environment variables] | 8 from the command line [TODO: environment variables] |
| 9 | 9 |
| 10 - you want to be able to serialize and deserialize configuration | 10 - you want to be able to serialize and deserialize configuration |
| 11 | 11 |
| 12 | 12 |
| 13 Basic Usage | 13 Basic Usage |
