File: control

package info (click to toggle)
gcalcli 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,152 kB
  • sloc: python: 2,539; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 984 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
Source: gcalcli
Section: utils
Priority: optional
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Uploaders: Unit 193 <unit193@ubuntu.com>
Homepage: https://github.com/insanum/gcalcli
Vcs-git: https://salsa.debian.org/debian/gcalcli.git
Vcs-Browser: https://salsa.debian.org/debian/gcalcli
Build-Depends: debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.3.0

Package: gcalcli
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-dateutil,
 python3-googleapi,
 python3-httplib2,
 python3-oauth2client,
 python3-six
Recommends: python3-parsedatetime, python3-vobject
Description: Google Calendar Command Line Interface
 gcalcli is a Python application that allows you to access your Google
 Calendar from a command line. It's easy to get your agenda, search for
 events, and quickly add new events. Additionally gcalcli can be used as
 a reminder service to execute any application you want.