This file is indexed.

/usr/share/doc-base/straight.plugin is in python-straight.plugin-doc 1.4.1-2.

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
Document: straight.plugin
Title: Debian straight.plugin Manual
Author: Calvin Spealman <ironfroggy@gmail.com>
Abstract: This is the manual for straight.plugin
 straight.plugin is a Python plugin loader inspired by twisted.plugin
 with two important distinctions:
 .
 - Fewer dependencies
 - Python 3 compatible
 .
 The system is used to allow multiple Python packages to provide
 plugins within a namespace package, where other packages will locate
 and utilize. The plugins themselves are modules in a namespace
 package where the namespace identifies the plugins in it for some
 particular purpose or intent.
Section: Programming/Python

Format: HTML
Index: /usr/share/doc/python-straight.plugin-doc/html/index.html
Files:
 /usr/share/doc/python-straight.plugin-doc/html/*.html
 /usr/share/doc/python-straight.plugin-doc/html/_sources/*
 /usr/share/doc/python-straight.plugin-doc/html/_static/*