This file is indexed.

/usr/share/doc/python-webassets/README.rst is in python-webassets 3:0.12.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
Asset management application for Python web development - use it to
merge and compress your JavaScript and CSS files.

Documentation: |travis|
        https://webassets.readthedocs.io/

        Since releases aren't exactly happening on a regular schedule, you are
        encouraged to use the latest code. ``webassets`` is pretty well tested,
        so as long as the build status icon above remains a reassuring green,
        you shouldn't run into any trouble.

        You can `download a tarball`__ of the development version, or
        install it via ``pip install webassets==dev``.


Development:
        For development, to run all the tests, you need to have at least Java 7
        installed (required for example to run the `Google closure`_ filter).

        1. Install Python requirements (preferable in a virtual env)::

                   $ pip install -r requirements-dev.pip
                   $ pip install -r requirements-dev-2.x.pip

        2. Install other requirements::

                   $ ./requirements-dev.sh

        3. Run the tests::

                   ./run_tests.sh

__ http://github.com/miracle2k/webassets/tarball/master#egg=webassets-dev

.. _`Google closure`: https://github.com/google/closure-compiler/wiki/FAQ#the-compiler-crashes-with-unsupportedclassversionerror-or-unsupported-majorminor-version-510

.. |travis| image:: https://secure.travis-ci.org/miracle2k/webassets.png?branch=master
        :target: http://travis-ci.org/miracle2k/webassets