Source: pid
Maintainer: Vojtech Trefny <vtrefny@redhat.com>
Section: misc
Priority: optional
Standards-Version: 4.4.0
Homepage: https://github.com/trbs/pid
Build-Depends: debhelper (>= 11),
               python3-all-dev,
               python3-setuptools,
               python3-mock,
               python3-pytest,
               dh-python

Package: python3-pid
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
Description: Pidfile featuring stale detection and file-locking.
  PidFile features:
  - stale detection
  - locking using fcntl
  - chmod (default is 0o644)
  - chown
  - custom exceptions
  PidFile can also be used as a context manager or a decorator
