This file is indexed.

/usr/lib/python2.7/dist-packages/pyramid_beaker-0.6.1.egg-info/PKG-INFO is in python-pyramid-beaker 0.6.1+ds1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Metadata-Version: 1.1
Name: pyramid-beaker
Version: 0.6.1
Summary: Beaker session factory backend for Pyramid
Home-page: http://docs.pylonshq.com
Author: Chris McDonough, Agendaless Consulting
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: pyramid_beaker
        ==============
        
        Provides a session factory for the `Pyramid <http://docs.pylonshq.com>`_ web
        framework backed by the `Beaker <http://beaker.groovie.org/>`_ sessioning
        system.
        
        See `the Pylons Project documentation <http://docs.pylonshq.com>`_ for more
        information.
        
        
        0.6.1 (2011-11-19)
        ------------------
        
        - Beaker 1.6+ compat: added support for ``key_length`` and ``enabled``
          options.
        
        0.6 (2011-11-12)
        ----------------
        
        - Add a tox.ini for Jenkins testing.
        
        - Add includeme function to ease application setup.
        
        0.5 (2011-03-30)
        ----------------
        
        - The default value for the ``cookie_on_exception`` parameter to
          ``pyramid_beaker.BeakerSessionFactoryConfig`` is now ``True``.  This means
          that when view code causes an exception to be raised, and the session has
          been mutated, a cookie will be sent back in the response.  Previously its
          default value was ``False``.
        
        0.4 (2011-01-08)
        ----------------
        
        - Allow cache regions to inherit URL configuration from main cache options.
        
        - Respect a ``cookie_on_exception`` configuration value passed to the
          ``BeakerSessionFactoryConfig`` constructor.  If this value is passed and
          it's not false, session cookies will be set even on responses resulting
          from an exception.
        
        - Update to new relationship between ``new_csrf_token`` and
          ``get_csrf_token`` as described in Pyramid 1.0a9 interfaces.
        
        0.3 (2010-12-29)
        ----------------
        
        - Support ISession flash/csrf API added to Pyramid 1.0a8+.
        
        0.2 (2010-11-27)
        ----------------
        
        - Add cache_region support via
          ``pyramid_beaker.set_cache_regions_from_settings`` (and documented).
        
        0.1
        ---
        
        - Initial release.
        
Keywords: web wsgi pylons pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Framework :: Pylons
Classifier: Programming Language :: Python