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.
|