File: PKG-INFO

package info (click to toggle)
python-vobject 0.4.4-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 268 kB
  • ctags: 387
  • sloc: python: 2,800; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (2)
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
Metadata-Version: 1.0
Name: vobject
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 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/
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier:       Environment :: Console
Classifier:       License :: OSI Approved :: BSD License
Classifier:       Intended Audience :: Developers
Classifier:       Natural Language :: English
Classifier:       Programming Language :: Python
Classifier:       Operating System :: OS Independent
Classifier:       Topic :: Text Processing