1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-vobject
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>, Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper, dh-python,
python3,
python3-dateutil,
python3-setuptools,
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/python-team/modules/vobject.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/vobject.git
Homepage: https://eventable.github.io/vobject/
Package: python3-vobject
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-dateutil
Recommends: python3-tz
Description: parse iCalendar and vCards in Python3
Parses iCalendar and vCard files into Python3 data structures, decoding the
relevant encodings. Also serializes vobject data structures to valid iCalendar
or vCard unicode strings.
|