Mercurial > hg > configuration
comparison README.txt @ 130:6b798d23f99f
we are under new management
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 30 Mar 2014 19:12:00 -0700 |
| parents | 66a4fe43b61f |
| children | dff886188b55 |
comparison
equal
deleted
inserted
replaced
| 129:66a4fe43b61f | 130:6b798d23f99f |
|---|---|
| 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 | 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 |
| 110 | 110 |
| 111 | 111 |
| 112 See Also | 112 See Also |
| 113 -------- | 113 -------- |
| 114 | 114 |
| 115 * https://pypi.python.org/pypi/crumbs/ , https://github.com/alunduil/crumbs | 115 * https://pypi.python.org/pypi/crumbs/, https://github.com/alunduil/crumbs |
| 116 | 116 |
| 117 ---- | 117 ---- |
| 118 | 118 |
| 119 Jeff Hammel | 119 Jeff Hammel |
| 120 | 120 |
| 121 http://k0s.org/mozilla/hg/configuration | 121 http://k0s.org/hg/configuration |
