Hi all,

I added a (really) simple tool to use MongoDB with PyMongo. It's not yet well
tested and I'm not sure it works fine with concurrency. It will certainly be
completed by something else, maybe with an ORM-style module like MongoKit (if
you have some ideas or experience with these modules, tell me). If the
'storage' variable name is too long (I'm a lazy guy too), I can rename it to db
for example.

I removed data access and sessions from the main source files, and put them in
modules. My point of view is that one should be able to choose his template
engine, db access, auth system, etc while keeping the same stack behind. So I
don't know if I should do it with i18n too, do you use something different from
gettext?

I still don't know which setup system spark should use (it will be integrated
in some commits), there is currently a war between Setuptools and Distribute.
The last seems a better long term choice since and is supported by Guido.

Documentation isn't ready yet, I'm writing it but it's a bit difficult since
there are quite big changes in the way spark works.

If you have ideas, advises, or if you want to contribute to spark tell me I'll
be glad to answer.

Regards

Attachment: signature.asc
Description: PGP signature

Reply via email to