Metadata-Version: 1.1
Name: django-celery-beat
Version: 1.0.0
Summary: Database-backed Periodic Tasks
Home-page: https://github.com/celery/django-celery-beat
Author: Ask Solem
Author-email: ask@celeryproject.org
License: BSD
Description: =====================================================================
         Database-backed Periodic Tasks
        =====================================================================
        
        |build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
        
        :Version: 1.0.0
        :Web: http://django-celery-beat.readthedocs.org/
        :Download: http://pypi.python.org/pypi/django-celery-beat
        :Source: http://github.com/celery/django-celery-beat
        :Keywords: KEYWORDS
        
        About
        =====
        
        # I'm too lazy to edit the defaults.
        
        .. _installation:
        
        Installation
        ============
        
        You can install django-celery-beat either via the Python Package Index (PyPI)
        or from source.
        
        To install using `pip`,::
        
            $ pip install -U django-celery-beat
        
        .. _installing-from-source:
        
        Downloading and installing from source
        --------------------------------------
        
        Download the latest version of django-celery-beat from
        http://pypi.python.org/pypi/django-celery-beat
        
        You can install it by doing the following,::
        
            $ tar xvfz django-celery-beat-0.0.0.tar.gz
            $ cd django-celery-beat-0.0.0
            $ python setup.py build
            # python setup.py install
        
        The last command must be executed as a privileged user if
        you are not currently using a virtualenv.
        
        .. _installing-from-git:
        
        Using the development version
        -----------------------------
        
        With pip
        ~~~~~~~~
        
        You can install the latest snapshot of django-celery-beat using the following
        pip command::
        
            $ pip install https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat
        
        .. |build-status| image:: https://secure.travis-ci.org/celery/django-celery-beat.png?branch=master
            :alt: Build status
            :target: https://travis-ci.org/celery/django-celery-beat
        
        .. |coverage| image:: https://codecov.io/github/celery/django-celery-beat/coverage.svg?branch=master
            :target: https://codecov.io/github/celery/django-celery-beat?branch=master
        
        .. |license| image:: https://img.shields.io/pypi/l/django-celery-beat.svg
            :alt: BSD License
            :target: https://opensource.org/licenses/BSD-3-Clause
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-beat.svg
            :alt: django-celery-beat can be installed via wheel
            :target: http://pypi.python.org/pypi/django-celery-beat/
        
        .. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-beat.svg
            :alt: Supported Python versions.
            :target: http://pypi.python.org/pypi/django-celery-beat/
        
        .. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-beat.svg
            :alt: Support Python implementations.
            :target: http://pypi.python.org/pypi/django-celery-beat/
        
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
