Metadata-Version: 1.0
Name: vobject
Version: 0.5.0
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:
        - Added ORG behavior for vCard, ORG is now treated as a list of organizations
        - Fixed UNTIL values in RRULEs to have the right value when a dateutil rruleset is created
        - Fixed a problem causing DATE valued RDATEs and EXDATEs to be ignored when interpreting recurrence rules
        - Added an ics_diff module and an ics_diff command line script for comparing the VEVENTs and VTODOs in similar iCalendar files
        
        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 :: 4 - Beta
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
