This file is indexed.

/usr/lib/python2.7/dist-packages/dogpile.cache-0.5.1.egg-info/SOURCES.txt is in python-dogpile.cache 0.5.1-0ubuntu2.

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
76
77
78
79
80
81
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/api.html
docs/changelog.html
docs/front.html
docs/genindex.html
docs/index.html
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/usage.html
docs/_sources/api.txt
docs/_sources/changelog.txt
docs/_sources/front.txt
docs/_sources/index.txt
docs/_sources/usage.txt
docs/_static/basic.css
docs/_static/comment-bright.png
docs/_static/comment-close.png
docs/_static/comment.png
docs/_static/doctools.js
docs/_static/down-pressed.png
docs/_static/down.png
docs/_static/file.png
docs/_static/jquery.js
docs/_static/minus.png
docs/_static/nature.css
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore.js
docs/_static/up-pressed.png
docs/_static/up.png
docs/_static/websupport.js
docs/build/Makefile
docs/build/api.rst
docs/build/builder.py
docs/build/changelog.rst
docs/build/conf.py
docs/build/front.rst
docs/build/index.rst
docs/build/requirements.txt
docs/build/usage.rst
dogpile/__init__.py
dogpile.cache.egg-info/PKG-INFO
dogpile.cache.egg-info/SOURCES.txt
dogpile.cache.egg-info/dependency_links.txt
dogpile.cache.egg-info/entry_points.txt
dogpile.cache.egg-info/namespace_packages.txt
dogpile.cache.egg-info/not-zip-safe
dogpile.cache.egg-info/requires.txt
dogpile.cache.egg-info/top_level.txt
dogpile/cache/__init__.py
dogpile/cache/api.py
dogpile/cache/compat.py
dogpile/cache/exception.py
dogpile/cache/proxy.py
dogpile/cache/region.py
dogpile/cache/util.py
dogpile/cache/backends/__init__.py
dogpile/cache/backends/file.py
dogpile/cache/backends/memcached.py
dogpile/cache/backends/memory.py
dogpile/cache/backends/redis.py
dogpile/cache/plugins/__init__.py
dogpile/cache/plugins/mako_cache.py
tests/__init__.py
tests/cache/__init__.py
tests/cache/_fixtures.py
tests/cache/test_dbm_backend.py
tests/cache/test_decorator.py
tests/cache/test_memcached_backend.py
tests/cache/test_memory_backend.py
tests/cache/test_redis_backend.py
tests/cache/test_region.py
tests/cache/test_utils.py
tests/cache/plugins/__init__.py
tests/cache/plugins/test_mako_cache.py