Hello everyone,
I'm happy to say that we've published a
pre-release version of
webapp2 3.0.0. This is the first release since September 2012 and we would greatly appreciate any testing or feedback before making it officially 3.0.0 and updating the version available in App Engine standard.
Notable changes include Python 3 support (outside of App Engine standard) and removal of a lot of deprecated code. You can read the
full changelog on github.
How do I get it?
If you're on App Engine standard, you'll need to
vendor it in:
pip install -t lib webapp2==3.0.0b1
If you're on App Engine flexible, just add it to your requirements.txt:
webapp2==3.0.0b1
Where do I report issues?
I want to help, how can I contribute?
Webapp2 can use a lot of help! It's a community-supported project and pull requests and issues on github are more than welcome. We could especially use help with documentation and test coverage. Please reach out to me at
jonw...@google.com if you're interested and I'll be happy to help you get started.