Metadata-Version: 1.0
Name: django-ical
Version: 1.2
Summary: iCal feeds for Django based on Django's syndication feed framework.
Home-page: https://bitbucket.org/IanLewis/django-ical
Author: Ian Lewis
Author-email: IanMLewis@gmail.com
License: MIT License
Description: ====================
        django-ical
        ====================
        
        django-ical is a simple library/framework for creating `ical
        <http://www.ietf.org/rfc/rfc2445.txt>`_ feeds based in Django's `syndication
        feed framework
        <https://docs.djangoproject.com/en/1.4/ref/contrib/syndication/>`_. This
        documentation is modeled after the documentation for the syndication feed
        framework so you can think of it as a simple extension.
        
        If you are familiar with the Django syndication feed framework you should be
        able to be able to use django-ical fairly quickly. It works the same way as
        the Django syndication framework but adds a few extension properties to
        support iCalendar feeds.
        
        django-ical uses the `icalendar <http://pypi.python.org/pypi/icalendar/>`_ library
        under the hood to generate iCalendar feeds.
        
        Docs
        ==============
        
        Docs are hosted on Read the Docs: 
        http://django-ics.readthedocs.org/en/latest/
        
        Requirements
        ===================
        
        * `Django <http://www.djangoproject.com/>`_ >= 1.2
        * `icalendar <http://pypi.python.org/pypi/icalendar/>`_ >= 2.0.1
        
        CHANGES
        =======
        
        1.2
        ------
        
        - Removed support for Django 1.2. It should still work, but it's not supported. 
        - We now require icalendar 3.1.
        - Added support for the GEO field. *Thanks, null_radix!*
        
        1.1
        ------
        
        - Fixed issues running tests on Django 1.2 and Django 1.5.
        
        1.0
        -------
        
        - Initial Release
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
