Re: [Repoze-dev] Using colander with real world semistructured data

2010-10-23 Thread Chris McDonough
On Sat, 2010-10-23 at 14:56 -0200, Luciano Ramalho wrote: > I've been very intrigued by Colander, and thinking of ways I could use > it to migrate bibliographic data from legacy ISIS databases to > CouchDB. > > But here is a problem: Colander deals with missing data by generating > nodes with a ma

[Repoze-dev] Using HTTP authentication with repoze.bfg

2010-10-23 Thread Jonathan Ballet
Hello, I'm trying setup a repoze.bfg application where users are allowed to authenticate through the HTTP authentication mechanism. I thought that using the built-in authentication policy `RemoteUserAuthenticationPolicy` with the help of a middleware such as `paste.auth.basic` would do the trick,

[Repoze-dev] Using colander with real world semistructured data

2010-10-23 Thread Luciano Ramalho
I've been very intrigued by Colander, and thinking of ways I could use it to migrate bibliographic data from legacy ISIS databases to CouchDB. But here is a problem: Colander deals with missing data by generating nodes with a marker value, or some specified default. What we need when serializing b