Metadata-Version: 1.1
Name: pyICSParser
Version: 0.7.1a3
Summary: Module supporting the iCalendar specification as defined in RFC5545 as well as its predecessor RFC2445 and non-standard deviances from iCal (Apple), Outlook-calendar (Microsoft), ... 
Home-page: http://ical2list.appspot.com
Author: Oberron
Author-email: one.annum@gmail.com
License: LICENSE.txt
Description:     pyICSParser is a Python module that provides support for the iCalendar specification as defined in RFC5545.
            
            It aims to be as compatible as possible to iCalendar for its inputs and outputs (RFC5545 strict mode)
            
            Beyond iCalendar strict compatibility is also targets compatibility with RFC2445 (RFC2445-backward compatibility) and with popular calendaring applications (iCal, Outlook, google calendar, ...)
            
            This support includes a Parser, Object Model, Validator, Generator and events instances enumerator for iCalendar files.
            
            In case you want to use the current in-development version, you can get it from the github repository at
            https://github.com/oberron/annum
         
Keywords: iCalendar ical ics parser validator generator events enumerator rfc5545 rfc2445 vcal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
