Mercurial > hg > configuration
comparison README.txt @ 72:c39ca7020da7
formatting
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Wed, 28 Mar 2012 11:21:22 -0700 |
| parents | 451aeb35ec04 |
| children | 79f2d70ed5e5 |
comparison
equal
deleted
inserted
replaced
| 71:c0ba4f455fcd | 72:c39ca7020da7 |
|---|---|
| 1 configuration | 1 configuration |
| 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 | 8 from the command line |
| 9 - you want to be able to serialize and deserialize configuration | 9 - you want to be able to serialize and deserialize configuration |
| 10 | |
| 10 | 11 |
| 11 API | 12 API |
| 12 --- | 13 --- |
| 13 | 14 |
| 14 The ``configuration.Configuration`` class implements an abstract base | 15 The ``configuration.Configuration`` class implements an abstract base |
