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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: khal
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Filip Pytloun <filip@pytloun.cz>,
Jonas Smedegaard <dr@jones.dk>,
Section: utils
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-bash-completion,
dh-sequence-python3,
dh-sequence-sphinxdoc,
locales,
python3-all,
python3-click,
python3-configobj,
python3-dateutil,
python3-doc,
python3-freezegun,
python3-icalendar,
python3-packaging <!nocheck>,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-tz,
python3-tzlocal,
python3-urwid,
python3-xdg,
vdirsyncer,
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/pimutils/khal
Vcs-Git: https://salsa.debian.org/python-team/packages/khal.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/khal
Rules-Requires-Root: no
Package: khal
Architecture: all
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Recommends:
python3-setproctitle,
Suggests:
bash-completion,
khal-doc,
Description: Standards based CLI and terminal calendar program
Khal is a standards based CLI and terminal calendar program,
able to synchronize with CalDAV servers through vdirsyncer.
.
Features:
- khal can read and write events/icalendars to vdir,
so vdirsyncer can be used to synchronize calendars
with a variety of other programs,
for example CalDAV servers.
- fast and easy way to add new events
- ikhal (interactive khal) lets you browse and edit calendars and events
Package: khal-doc
Section: doc
Architecture: all
Depends:
python3-doc,
${misc:Depends},
${sphinxdoc:Depends},
Description: Standards based CLI and terminal calendar program - documentation
Khal is a standards based CLI and terminal calendar program,
able to synchronize with CalDAV servers through vdirsyncer.
.
Features:
- khal can read and write events/icalendars to vdir,
so vdirsyncer can be used to synchronize calendars
with a variety of other programs,
for example CalDAV servers.
- fast and easy way to add new events
- ikhal (interactive khal) lets you browse and edit calendars and events
.
This package contains the documentation for khal.
|