This file is indexed.

/usr/lib/python2.7/dist-packages/pybtex-0.20.1.egg-info/entry_points.txt is in pybtex 0.20.1-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
[console_scripts]
pybtex = pybtex.__main__:main
pybtex-convert = pybtex.database.convert.__main__:main
pybtex-format = pybtex.database.format.__main__:main

[pybtex.backends]
html = pybtex.backends.html:Backend
latex = pybtex.backends.latex:Backend
markdown = pybtex.backends.markdown:Backend
plaintext = pybtex.backends.plaintext:Backend

[pybtex.backends.aliases]
md = pybtex.backends.markdown:Backend
text = pybtex.backends.plaintext:Backend

[pybtex.backends.suffixes]
.bbl = pybtex.backends.latex:Backend
.html = pybtex.backends.html:Backend
.latex = pybtex.backends.latex:Backend
.md = pybtex.backends.markdown:Backend
.tex = pybtex.backends.latex:Backend
.txt = pybtex.backends.plaintext:Backend

[pybtex.database.input]
bibtex = pybtex.database.input.bibtex:Parser
bibtexml = pybtex.database.input.bibtexml:Parser
yaml = pybtex.database.input.bibyaml:Parser

[pybtex.database.input.aliases]
bibyaml = pybtex.database.input.bibyaml:Parser

[pybtex.database.input.suffixes]
.bib = pybtex.database.input.bibtex:Parser
.bibtexml = pybtex.database.input.bibtexml:Parser
.bibyaml = pybtex.database.input.bibyaml:Parser
.xml = pybtex.database.input.bibtexml:Parser
.yaml = pybtex.database.input.bibyaml:Parser

[pybtex.database.output]
bibtex = pybtex.database.output.bibtex:Writer
bibtexml = pybtex.database.output.bibtexml:Writer
yaml = pybtex.database.output.bibyaml:Writer

[pybtex.database.output.aliases]
bibyaml = pybtex.database.output.bibyaml:Writer

[pybtex.database.output.suffixes]
.bib = pybtex.database.output.bibtex:Writer
.bibtexml = pybtex.database.output.bibtexml:Writer
.bibyaml = pybtex.database.output.bibyaml:Writer
.xml = pybtex.database.output.bibtexml:Writer
.yaml = pybtex.database.output.bibyaml:Writer

[pybtex.style.formatting]
alpha = pybtex.style.formatting.alpha:Style
plain = pybtex.style.formatting.plain:Style
unsrt = pybtex.style.formatting.unsrt:Style
unsrtalpha = pybtex.style.formatting.unsrtalpha:Style

[pybtex.style.labels]
alpha = pybtex.style.labels.alpha:LabelStyle
number = pybtex.style.labels.number:LabelStyle

[pybtex.style.names]
lastfirst = pybtex.style.names.lastfirst:NameStyle
plain = pybtex.style.names.plain:NameStyle

[pybtex.style.names.aliases]
last_first = pybtex.style.names.lastfirst:NameStyle

[pybtex.style.sorting]
author_year_title = pybtex.style.sorting.author_year_title:SortingStyle
none = pybtex.style.sorting.none:SortingStyle