changeset 73:79f2d70ed5e5

a little about serializers
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Mar 2012 11:33:14 -0700
parents c39ca7020da7
children 0516a9e0566b
files README.txt
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Wed Mar 28 11:21:22 2012 -0700
+++ b/README.txt	Wed Mar 28 11:33:14 2012 -0700
@@ -54,9 +54,15 @@
 machine to machine) or if the configuration is overridable from the
 command line.
 
+``configure`` features the ability to serialize (dump) and deserialize
+(load) configuration from a pluggable set of formats.
+
+The `configuration package <http://pypi.python.org/pypi/configuration>`_
+requires ``json``(``simplejson`` on older python) and ``PyYAML`` so
+these serializers/deserializers are available if you install the package.
+
 ----
 
 Jeff Hammel
 
 http://k0s.org/mozilla/hg/configuration
-