summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-10-10 19:51:13 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-10-10 19:51:13 +0200
commit5c7c584cfd31cae41742c82258fa0e9b638bb8fb (patch)
tree5c01113bcfc5b5fd6c22105b396981d5d9af34e2 /PKG-INFO
parent9066be68b6b6d960b4f3f6cc8b56b35731f1b75a (diff)
Imported vobject-0.4.4
into Git repository
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 2b87954..0979b92 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,14 +1,19 @@
Metadata-Version: 1.0
Name: vobject
-Version: 0.4.3
+Version: 0.4.4
Summary: VObject: module for reading vCard and vCalendar files
Home-page: http://vobject.skyhouseconsulting.com
Author: Jeffrey Harris
Author-email: jeffrey@osafoundation.org
License: Apache
-Description: 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.
+Description: Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (expirementally) hCalendar unicode strings.
+
+ Requires python 2.4 or later, dateutil (http://labix.org/python-dateutil) 1.1 or later.
+
+ Recent changes: Merge in Apple CalendarServer patches, improve recurring VTODO support
+
+ For older changes, see http://vobject.skyhouseconsulting.com/history.html or http://websvn.osafoundation.org/listing.php?repname=vobject&path=/trunk/
- Requires dateutil (https://moin.conectiva.com.br/DateUtil) 0.9 or later.
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console