# HG changeset patch # User Jeff Hammel # Date 1332959594 25200 # Node ID 79f2d70ed5e5ce4e1db9484a8b0286bc4373f3e7 # Parent c39ca7020da772ff0373d898c592474c5eb207ad a little about serializers diff -r c39ca7020da7 -r 79f2d70ed5e5 README.txt --- 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 `_ +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 -