/usr/share/doc/python-webassets/README.rst is in python-webassets 3:0.9-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 | Asset management application for Python web development - use it to
merge and compress your JavaScript and CSS files.
Documentation of development version: |travis|
http://webassets.readthedocs.org/
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``.
__ http://github.com/miracle2k/webassets/tarball/master#egg=webassets-dev
.. |travis| image:: https://secure.travis-ci.org/miracle2k/webassets.png?branch=master
:target: http://travis-ci.org/miracle2k/webassets
Documentation of latest stable version:
http://elsdoerfer.name/docs/webassets/
|