This file is indexed.

/usr/share/doc/python-apsw/html/_sources/index.txt is in python-apsw-doc 3.7.6.3-r1-1build1.

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
APSW documentation
==================

.. centered:: APSW |version| 20 May 2011.

Use with SQLite 3.7.6 or later, Python 2.3 or later including Python
3.

APSW provides an SQLite 3 wrapper that provides the thinnest layer
over the `SQLite <http://www.sqlite.org>`_ database library
possible. Everything you can do from the `SQLite C API
<http://www.sqlite.org/c3ref/intro.html>`_, you can do from
Python. Although APSW looks vaguely similar to the :pep:`249` (DBAPI),
it is :ref:`not compliant <dbapinotes>` with that API because instead
it works the way SQLite 3 does. (`pysqlite <http://code.google.com/p/pysqlite/>`_
is DBAPI compliant - see the :ref:`differences between apsw and
pysqlite 2 <pysqlitediffs>`).

APSW is hosted at http://code.google.com/p/apsw/

Contents:

.. toctree::
   :maxdepth: 2

   tips
   example
   download
   build
   extensions

   apsw
   connection
   cursor
   blob
   backup
   vtable
   vfs
   shell

   exceptions
   types
   execution
   dbapi
   pysqlite
   benchmarking
   couchdb
   copyright
   changes

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`