public
Description: Verify SMTP email addresses using OpenID and Google App Engine
Homepage: http://email-verify.appspot.com/
Clone URL: git://github.com/singpolyma/Email-Verify.git
Email-Verify / app.yaml
100644 12 lines (9 sloc) 0.148 kb
1
2
3
4
5
6
7
8
9
10
11
12
application: email-verify
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /static
  static_dir: static
 
- url: .*
  script: provider.py