This file is indexed.

/usr/share/doc/python-pyptlib/text/README.txt is in python-pyptlib 0.0.6-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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
pyptlib README
**************

* What is pyptlib?

pyptlib is a little Python library which understands the pluggable
transport managed-proxy protocol.

* Who is interested in pyptlib?

You might be interested in pyptlib if you have an application that
obfuscates TCP traffic and you want to integrate it easily with Tor.

* What does pyptlib do?

pyptlib speaks with Tor and informs your application about which
pluggable transports Tor needs, in which ports they should listen for
connections, in which filesystem directory they should keep state,
etc.

* What does pyptlib not do?

pyptlib doesn't help your application do networking or obfuscation.

* What does pyptlib expect from an application?

pyptlib assumes that your application is executed by Tor as a managed-
proxy.

pyptlib assumes that your application acts as a proxy: it listens for
traffic on a TCP port and pushes the traffic somewhere else.

pyptlib assumes that your application has a SOCKS server when it acts
as a client. This is needed because Tor needs to dynamically select
where its data will be pushed to.

* How do I use pyptlib?

Read the documentation, the examples and the source.

* What are these buzzwords?

"glossary.rst"