File: control

package info (click to toggle)
python-watchdog 0.7.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 856 kB
  • ctags: 879
  • sloc: python: 2,931; ansic: 918; xml: 155; makefile: 123
file content (28 lines) | stat: -rw-r--r-- 955 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
Source: python-watchdog
Section: python
Priority: optional
Maintainer: gustavo panizzo <gfa@zumbi.com.ar>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3~),
               python-pathtools,
               python-setuptools,
               python-sphinx
Standards-Version: 3.9.5
Homepage: http://github.com/gorakhargosh/watchdog

Package: python-watchdog
Architecture: all
Depends: python-pathtools,
         ${misc:Depends},
         ${python:Depends},
         ${sphinxdoc:Depends}
Suggests: python-argcomplete,
          python-argh,
          python-setuptools,
          python-yaml,
          ${python:Recommends}
Description: Python API and shell utilities to monitor file system events - python 2.x
 Watchdog comes with a utility script called watchmedo. It can be used to
 execute commands in response to events.
 Watchmedo depends on python-argh, python-yaml, python-argcomplete and
 python-setuptools, them are suggested.