File: control

package info (click to toggle)
python-livereload 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 280 kB
  • sloc: python: 698; makefile: 174
file content (73 lines) | stat: -rw-r--r-- 2,533 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: python-livereload
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 help2man,
 python-all,
 python-setuptools,
 python-tornado,
 python3-all,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.2.1
Homepage: https://github.com/lepture/python-livereload
Vcs-Git: https://salsa.debian.org/debian/python-livereload.git
Vcs-Browser: https://salsa.debian.org/debian/python-livereload

Package: python-livereload
Architecture: all
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Recommends: node-less, python-pyinotify
Suggests:
 coffeescript,
 node-uglify,
 python-django,
 python-flask,
 python-livereload-doc,
 python-slimmer,
Description: automatic browser refresher
 It is really boring for Web developers to need to refresh their browser
 every time they save a (CSS, JavaScript, or HTML) file. LiveReload will
 take care of that for you, so that when you save a file, your browser
 will refresh itself - and what's more, it can perform tasks such as
 compiling LESS to CSS before the browser reload.
 .
 This package contains the Python 2 version of livereload.

Package: python3-livereload
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Recommends: node-less, python3-pyinotify
Suggests:
 coffeescript,
 node-uglify,
 python-livereload-doc,
 python3-django,
 python3-flask,
 python3-slimmer,
Description: automatic browser refresher (Python 3)
 It is really boring for Web developers to need to refresh their browser
 every time they save a (CSS, JavaScript, or HTML) file. LiveReload will
 take care of that for you, so that when you save a file, your browser
 will refresh itself - and what's more, it can perform tasks such as
 compiling LESS to CSS before the browser reload.
 .
 This package contains the Python 3 version of livereload.

Package: python-livereload-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python-livereload
Description: automatic browser refresher (documentation)
 It is really boring for Web developers to need to refresh their browser
 every time they save a (CSS, JavaScript, or HTML) file. LiveReload will
 take care of that for you, so that when you save a file, your browser
 will refresh itself - and what's more, it can perform tasks such as
 compiling LESS to CSS before the browser reload.
 .
 This package contains API documentation and examples.