Home | History | Annotate | Download | only in webapp2.egg-info
      1 AUTHORS
      2 CHANGES
      3 LICENSE
      4 MANIFEST.in
      5 Makefile
      6 README
      7 TODO
      8 run_tests.py
      9 setup.py
     10 webapp2.py
     11 docs/Makefile
     12 docs/conf.py
     13 docs/features.rst
     14 docs/index.rst
     15 docs/make.bat
     16 docs/todo.rst
     17 docs/_static/README
     18 docs/_static/webapp2_blue.png
     19 docs/_static/webapp2_blue_small.png
     20 docs/_static/webapp2_blue_tiny.png
     21 docs/_templates/README
     22 docs/_themes/webapp2/layout.html
     23 docs/_themes/webapp2/pygapp2.py
     24 docs/_themes/webapp2/theme.conf
     25 docs/_themes/webapp2/static/gcode.css
     26 docs/_themes/webapp2/static/webapp2.css
     27 docs/api/extras.config.rst
     28 docs/api/extras.i18n.rst
     29 docs/api/extras.jinja2.rst
     30 docs/api/extras.json.rst
     31 docs/api/extras.local.rst
     32 docs/api/extras.local_app.rst
     33 docs/api/extras.mako.rst
     34 docs/api/extras.routes.rst
     35 docs/api/extras.securecookie.rst
     36 docs/api/extras.security.rst
     37 docs/api/extras.sessions.rst
     38 docs/api/extras.sessions_memcache.rst
     39 docs/api/extras.sessions_ndb.rst
     40 docs/api/extras.users.rst
     41 docs/api/index.rst
     42 docs/api/webapp2.rst
     43 docs/api/webapp2_extras/auth.rst
     44 docs/api/webapp2_extras/config.rst
     45 docs/api/webapp2_extras/i18n.rst
     46 docs/api/webapp2_extras/jinja2.rst
     47 docs/api/webapp2_extras/json.rst
     48 docs/api/webapp2_extras/local.rst
     49 docs/api/webapp2_extras/local_app.rst
     50 docs/api/webapp2_extras/mako.rst
     51 docs/api/webapp2_extras/routes.rst
     52 docs/api/webapp2_extras/securecookie.rst
     53 docs/api/webapp2_extras/security.rst
     54 docs/api/webapp2_extras/sessions.rst
     55 docs/api/webapp2_extras/appengine/sessions_memcache.rst
     56 docs/api/webapp2_extras/appengine/sessions_ndb.rst
     57 docs/api/webapp2_extras/appengine/users.rst
     58 docs/api/webapp2_extras/appengine/auth/models.rst
     59 docs/guide/app.rst
     60 docs/guide/exceptions.rst
     61 docs/guide/extras.rst
     62 docs/guide/handlers.rst
     63 docs/guide/index.rst
     64 docs/guide/request.rst
     65 docs/guide/response.rst
     66 docs/guide/routing.rst
     67 docs/guide/testing.rst
     68 docs/tutorials/auth.rst
     69 docs/tutorials/i18n.rst
     70 docs/tutorials/index.rst
     71 docs/tutorials/installing.packages.rst
     72 docs/tutorials/marketplace.single.signon.rst
     73 docs/tutorials/quickstart.nogae.rst
     74 docs/tutorials/quickstart.rst
     75 docs/tutorials/virtualenv.rst
     76 docs/tutorials/gettingstarted/devenvironment.rst
     77 docs/tutorials/gettingstarted/handlingforms.rst
     78 docs/tutorials/gettingstarted/helloworld.rst
     79 docs/tutorials/gettingstarted/index.rst
     80 docs/tutorials/gettingstarted/introduction.rst
     81 docs/tutorials/gettingstarted/staticfiles.rst
     82 docs/tutorials/gettingstarted/templates.rst
     83 docs/tutorials/gettingstarted/uploading.rst
     84 docs/tutorials/gettingstarted/usingdatastore.rst
     85 docs/tutorials/gettingstarted/usingusers.rst
     86 docs/tutorials/gettingstarted/usingwebapp2.rst
     87 tests/extras_appengine_auth_models_test.py
     88 tests/extras_appengine_sessions_memcache_test.py
     89 tests/extras_appengine_sessions_ndb_test.py
     90 tests/extras_appengine_users_test.py
     91 tests/extras_auth_test.py
     92 tests/extras_config_test.py
     93 tests/extras_i18n_test.py
     94 tests/extras_jinja2_test.py
     95 tests/extras_json_test.py
     96 tests/extras_local_app_test.py
     97 tests/extras_mako_test.py
     98 tests/extras_routes_test.py
     99 tests/extras_securecookie_test.py
    100 tests/extras_security_test.py
    101 tests/extras_sessions_test.py
    102 tests/handler_test.py
    103 tests/misc_test.py
    104 tests/request_test.py
    105 tests/response_test.py
    106 tests/routing_test.py
    107 tests/test_base.py
    108 tests/webapp1_test.py
    109 tests/resources/__init__.py
    110 tests/resources/handlers.py
    111 tests/resources/i18n.py
    112 tests/resources/protorpc_services.py
    113 tests/resources/template.py
    114 tests/resources/jinja2_templates/hello.html
    115 tests/resources/jinja2_templates/template1.html
    116 tests/resources/jinja2_templates/template2.html
    117 tests/resources/jinja2_templates/template3.html
    118 tests/resources/jinja2_templates_compiled/tmpl_3a79873b1b49be244fd5444b1258ce348be26de8.py
    119 tests/resources/mako_templates/template1.html
    120 webapp2.egg-info/PKG-INFO
    121 webapp2.egg-info/SOURCES.txt
    122 webapp2.egg-info/dependency_links.txt
    123 webapp2.egg-info/not-zip-safe
    124 webapp2.egg-info/top_level.txt
    125 webapp2_extras/__init__.py
    126 webapp2_extras/auth.py
    127 webapp2_extras/config.py
    128 webapp2_extras/i18n.py
    129 webapp2_extras/jinja2.py
    130 webapp2_extras/json.py
    131 webapp2_extras/local.py
    132 webapp2_extras/local_app.py
    133 webapp2_extras/mako.py
    134 webapp2_extras/routes.py
    135 webapp2_extras/securecookie.py
    136 webapp2_extras/security.py
    137 webapp2_extras/sessions.py
    138 webapp2_extras/sessions_memcache.py
    139 webapp2_extras/sessions_ndb.py
    140 webapp2_extras/users.py
    141 webapp2_extras/appengine/__init__.py
    142 webapp2_extras/appengine/sessions_memcache.py
    143 webapp2_extras/appengine/sessions_ndb.py
    144 webapp2_extras/appengine/users.py
    145 webapp2_extras/appengine/auth/__init__.py
    146 webapp2_extras/appengine/auth/models.py