Hi everyone, I’ve been written a small extension that introduces promise/future[1] model to SQLAlchemy query objects. The documentation can be found http://lunant.github.com/SQLAlchemy-Future/ but it’s written in my awkward English, so any indications about my writing are welcome.
Anyway, there is a trivial problem. I wanted to make its module name `sqlalchemy.ext.future` or `sqlalchemy.contrib.future`, but it requires the declaration that `sqlalchemy.ext` or `sqlalchemy.contrib` are namespace packages. So I named the module as just `future` unwillingly currently. In short, it is my question: What module name is good for this package? Or, could a slightly standardized namespace like `sqlalchemy.ext`/`sqlalchemy.contrib` defined by Michael Bayer? [1] http://en.wikipedia.org/wiki/Futures_and_promises -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
