Hi all,

I would be very interested in WSME support. This is a subject I asked on the WSME mailing list and there is some work in progress. Let's have a look to the following thread (with a patch avaiable for tg2.1 support) : https://groups.google.com/forum/#!topic/python-wsme/Pr5f4zKe9J0 <https://groups.google.com/forum/#%21topic/python-wsme/Pr5f4zKe9J0>

Other things I'd very like to have :

 * user-defined parameterized routing (eg, I'd like to build the
   following endpoint
   /users/<int:user_id>/some/arbitrary/route/<str:checksum> with
   arbitrary http method). Actually, this is the equivalent of
   app_route() decorator in flask. (note that I'd like not to "shortcut
   another route" like the tgext.routes does, but a unique route)
 * A gearbox command that allow to list all open endpoints (and
   associated HTTP methods).
 * An elasticsearch-ready framework, or some documentation on integration.

And, last point... You don't wan't to build a facebook login or similar stuff, but actually this is what make django a good choice : you can build your application as a patchwork of plugins... plugins which are 'in my opinion' importants are :

 * OAuth login ;)
 * tgapp-registration
 * tgapp-resetpassword
 * smallpress (or turbopress)

And the status of each application with latest version of the framework. The cogbin list some apps, unfortunately it's not known if these apps are working with latest release of turbogears. And if they are working with python3.

And definitely, the configuration is a ngithmare ;)

Damien


Le 27/02/2015 15:13, Alessandro Molina a écrit :
On Fri, Feb 27, 2015 at 12:26 PM, Luca Verardi <[email protected] <mailto:[email protected]>> wrote:

    Maybe this exists already and I never noticed, but it would be
    interesting if TG had something like Spyne (http://spyne.io/) that
    could
    work as both a client and a server for webservices (possibly
    including
    things like authenticating via WS, easy use of HTTPS and
    certificates,
    and such) with this hierarchy:


Would WSME http://wsme.readthedocs.org/en/latest/index.html solve this?
I think we can easily provide a pull request for WSME to add TG2 support as it already supported TG1.


--
You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to