comparison README.txt @ 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
comparison
equal deleted inserted replaced
72:c39ca7020da7 73:79f2d70ed5e5
52 The latter is only useful if the configuration contains nothing 52 The latter is only useful if the configuration contains nothing
53 machine-specific (e.g. the path to an executable might vary from 53 machine-specific (e.g. the path to an executable might vary from
54 machine to machine) or if the configuration is overridable from the 54 machine to machine) or if the configuration is overridable from the
55 command line. 55 command line.
56 56
57 ``configure`` features the ability to serialize (dump) and deserialize
58 (load) configuration from a pluggable set of formats.
59
60 The `configuration package <http://pypi.python.org/pypi/configuration>`_
61 requires ``json``(``simplejson`` on older python) and ``PyYAML`` so
62 these serializers/deserializers are available if you install the package.
63
57 ---- 64 ----
58 65
59 Jeff Hammel 66 Jeff Hammel
60 67
61 http://k0s.org/mozilla/hg/configuration 68 http://k0s.org/mozilla/hg/configuration
62