Metadata-Version: 2.0
Name: django-localized-recurrence
Version: 2.2.1
Summary: Store events that recur in users' local times.
Home-page: UNKNOWN
Author: Erik Swanson
Author-email: theerikswanson@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: Django (>=1.9)
Requires-Dist: ambition-django-timezone-field (>=2.0.1)
Requires-Dist: fleming (>=0.4.6)
Requires-Dist: python-dateutil
Requires-Dist: pytz

.. image:: https://travis-ci.org/Wilduck/django-localized-recurrence.svg?branch=develop
    :target: https://travis-ci.org/Wilduck/django-localized-recurrence

Django Localized Recurrence
===========================
Django Localized Recurrence allowes you to store events that recur in
users' local times, and not have to worry about things like

This django app provides a model, ``LocalizedRecurrence``, with
methods to help store recurring events, check if the events are due,
and update their next scheduled time.

Installation
------------
This packages is currently available through Pypi and github. To
install from Pypi using ``pip`` (recommended):

.. code-block:: none

    pip install django-localized-recurrence

To install the development version from github:

.. code-block:: none

    pip install git+git://github.com/ambitioninc/django-localized-recurrence.git@develop

Documentation
-------------
Full documentation is available at http://django-localized-recurrence.readthedocs.org

License
-------
MIT License (see LICENSE)


