Hello all,
My name is Dalton Barreto, I'm a open source developer, have some python projects (wsgid[1] and plugnplay[2]), being wsgid a direct implementation of WSGI PEP-333.
For a long time I have searched for a cool/interesting python REST framework and some time ago I found about prestans. Now that I'm planning to write a full REST API (both personal and for work) I decided to give prestans a try and I'm liking it *a lot*! Congrats for the great work up to now!
I saw that the project has a setup.py but is not yet registered at pypi (hurry up! The name prestans is still available! =D). I would like to know if there is nay plan to do so? This would make it possible to add prestans as a dependency on a project's requirements.txt and for sure will ease its use by others.
Still about the setup.py, although it installs prestans correctly it does not installs any of its dependencies, in this case webob-1.2.3. I'm attaching a patch that modifies setup.py to automatically install prestans dependencies.
The attached patch applies cleanly in trunk and branch/1.1. It will also probably apply cleanly in tags/{1.0,1.0.1,1.0.2,1.0.3}.
Talking about patches. What would be the contribution guidelines for prestans? Whats is the best way to contribute to the project? Should I send patches to this mailing list?
Do you mind if create git mirror of prestans under my github account? This would make it easier to me to manage my modifications and I could, at the end, generate the patch and send it here, if this is the best way.
Thank you very much, and keep up the great work with prestans!
--