[Repoze-dev] repoze.configuration - YAML with LibYAML

2010-02-18 Thread Joan Miller
It's possible that PyYAML has been built to support the LibYAML bindings so it should be used: try: from yaml import CLoader as Loader from yaml import CDumper as Dumper except ImportError: from yaml import Loader, Dumper

[Repoze-dev] repoze.configuration - looks like INI

2010-02-18 Thread Joan Miller
What advantages there is over INI files? Since that it only can check types when the declaration’s structure is a mapping type, it looks to me to INI files ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org

[Repoze-dev] Set up a MongoDB with BFG

2010-02-01 Thread Joan Miller
Does anybody could write a little example about how to set up a MongoDB (through Ming [1]) data store with BFG? This one to be used in TG2 [2] [1] http://merciless.sourceforge.net/ [2] http://bitbucket.org/percious/c5t/src/tip/c5t/core/model/auth.py