Maybe I can help? I've packaged a few App Engine related libraries. The largest, though pretty dated now is Fantasm https://code.google.com/p/fantasm/ - in fact, it sought to solve a similar problem as your lib in a way, i.e., leveraging taskqueue retries and asynchronous operations while abstracting away the overhead of taskqueue itself.
Let me know, j On Thursday, 20 November 2014 21:43:49 UTC-6, Emlyn wrote: > > Hi AppEngine Pythonistas, > > I've written a useful library for distributed processing in AppEngine, > implementing distributed promises. They're described in detail in this > post: > > https://point7.wordpress.com/2014/11/21/distributed-promises-for-appengine/ > > I want to open source the library, can anyone help me with best > practices for creating an open source python package, including how to > make that most easily accessible to appengine developers? > > -- > Emlyn > > http://point7.wordpress.com - My blog > https://plus.google.com/u/0/100281903174934656260 - Google+ > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
