Yeah, it seems like diogoa said that they are using the frameworks mentioned in this page <https://cloud.google.com/appengine/docs/standard/python3/quickstart>. No mentioning of Webapp3...
As mentioned on the page.. This quickstart demonstrates a simple Python app written with the Flask > <http://flask.pocoo.org/> web framework that can be deployed to App > Engine. Although this sample uses Flask, you can use any web framework that > satisfies the requirements above. Alternative frameworks include Django > <https://www.djangoproject.com/>, Pyramid <http://www.pylonsproject.org/> > , Bottle <http://bottlepy.org/>, and web.py <http://webpy.org/>. webapp2 did have some advantages like using deferred library easily for example, other frameworks may have other advantages though, specially with AppEngine moving to support Python3 On Wednesday, April 17, 2019 at 4:03:49 PM UTC+2, Marcus Eagan wrote: > > Hello there, > > I've recently looked into using webapp3 with a few wishes: that there is a > lightweight framework for working with Google App Engine that evolved from > WebApp2, and that the next generation framework supports python 3. The > repository listed at this website does not appear to exist, perhaps because > it is private: https://webapp2.readthedocs.io/features.html > > This sort of information is critical for developers looking to adopt the > platform or increase our existing footprint. > > Furthermore, links to documentation for both WebApp2 and WebApp3 are down. > Please advise on what I can do about the repository and what's going on > with the documentation. > > Thanks, > > Marcus > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b79e7df3-d499-493a-b3f6-2aad4d56d38e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
