File: control

package info (click to toggle)
pdd 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: python: 494; makefile: 34; sh: 3
file content (36 lines) | stat: -rw-r--r-- 1,111 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
Source: pdd
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13),
               python3 (>= 3.5),
               python3-setuptools,
               dh-python,
               python3-logilab-common,
               python3-pytest,
               python3-dateutil
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/jarun/pdd
Vcs-Git: https://salsa.debian.org/debian/pdd.git
Vcs-Browser: https://salsa.debian.org/debian/pdd

Package: pdd
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3 (>= 3.5),
         python3-dateutil
Description: Tiny date, time diff calculator
 pdd (python3 date diff) is a small cmdline utility to calculate date and
 time difference. If no program arguments are specified it shows the current
 date, time and timezone.
 .
 Feature
 .
  - calculate date difference
  - calculate time difference
  - calculate diff from today and now
  - add, subtract duration (timeslice) to/from date (time)
  - show current date, time and timezone
  - minimal dependencies
 .