summaryrefslogtreecommitdiff
path: root/debian/control
blob: 13fb43ece5b61b5429f2e15c18f54483e0068aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: python-vobject
Section: python
Priority: optional
Maintainer: Guido Guenther <agx@sigxcpu.org>
Build-Depends: cdbs, debhelper (>= 5), quilt, python-dev, python-support (>= 0.3), python-dateutil
Standards-Version: 3.7.2

Package: python-vobject
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dateutil (>= 1.1)
Description: parse iCalendar and VCards in python
 Parses iCalendar and vCard files into Python data structures, decoding the
 relevant encodings. Also serializes vobject data structures to valid iCalendar
 or vCard unicode strings.