django-cron


Namedjango-cron JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttp://github.com/tivix/django-cron
SummaryRunning python crons in a Django project
upload_time2022-05-11 09:20:15
maintainer
docs_urlNone
authorSumit Chachra
requires_python
license
keywords django cron
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            ===========
Deprecated
===========
This project is no longer maintained.

===========
django-cron
===========

.. image:: https://travis-ci.org/Tivix/django-cron.png
    :target: https://travis-ci.org/Tivix/django-cron


.. image:: https://coveralls.io/repos/Tivix/django-cron/badge.png
    :target: https://coveralls.io/r/Tivix/django-cron?branch=master


.. image:: https://readthedocs.org/projects/django-cron/badge/?version=latest
    :target: https://readthedocs.org/projects/django-cron/?badge=latest

Django-cron lets you run Django/Python code on a recurring basis providing basic plumbing to track and execute tasks. The 2 most common ways in which most people go about this is either writing custom python scripts or a management command per cron (leads to too many management commands!). Along with that some mechanism to track success, failure etc. is also usually necesary.

This app solves both issues to a reasonable extent. This is by no means a replacement for queues like Celery ( http://celeryproject.org/ ) etc.


Documentation
=============
http://django-cron.readthedocs.org/en/latest/

This open-source app is brought to you by Tivix, Inc. ( http://tivix.com/ )

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/tivix/django-cron",
    "name": "django-cron",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django cron",
    "author": "Sumit Chachra",
    "author_email": "chachra@tivix.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/0e/7341616ff90aac0b2c36fe172663bbaa0fc396e1effc215813a3eea8b7e1/django-cron-0.6.0.tar.gz",
    "platform": null,
    "description": "===========\nDeprecated\n===========\nThis project is no longer maintained.\n\n===========\ndjango-cron\n===========\n\n.. image:: https://travis-ci.org/Tivix/django-cron.png\n    :target: https://travis-ci.org/Tivix/django-cron\n\n\n.. image:: https://coveralls.io/repos/Tivix/django-cron/badge.png\n    :target: https://coveralls.io/r/Tivix/django-cron?branch=master\n\n\n.. image:: https://readthedocs.org/projects/django-cron/badge/?version=latest\n    :target: https://readthedocs.org/projects/django-cron/?badge=latest\n\nDjango-cron lets you run Django/Python code on a recurring basis providing basic plumbing to track and execute tasks. The 2 most common ways in which most people go about this is either writing custom python scripts or a management command per cron (leads to too many management commands!). Along with that some mechanism to track success, failure etc. is also usually necesary.\n\nThis app solves both issues to a reasonable extent. This is by no means a replacement for queues like Celery ( http://celeryproject.org/ ) etc.\n\n\nDocumentation\n=============\nhttp://django-cron.readthedocs.org/en/latest/\n\nThis open-source app is brought to you by Tivix, Inc. ( http://tivix.com/ )\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Running python crons in a Django project",
    "version": "0.6.0",
    "split_keywords": [
        "django",
        "cron"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3fc9a0fa82f88165d44aa38623a77f7a95bc09c4013557b30620cf5d57e4d0c",
                "md5": "8411273760cb7fe8d9000788e74733ac",
                "sha256": "016203554748512b7f19d7363b4fde8741c6ff63fe8a15051f3031f4a0506a41"
            },
            "downloads": -1,
            "filename": "django_cron-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8411273760cb7fe8d9000788e74733ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19314,
            "upload_time": "2022-05-11T09:06:48",
            "upload_time_iso_8601": "2022-05-11T09:06:48.570805Z",
            "url": "https://files.pythonhosted.org/packages/f3/fc/9a0fa82f88165d44aa38623a77f7a95bc09c4013557b30620cf5d57e4d0c/django_cron-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb0e7341616ff90aac0b2c36fe172663bbaa0fc396e1effc215813a3eea8b7e1",
                "md5": "bdc3e3757b3396630af4a67758eda98b",
                "sha256": "dc3c0d3433a2e4e7012f77f6d8415ad90367ba068649db2674325bc36f935841"
            },
            "downloads": -1,
            "filename": "django-cron-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bdc3e3757b3396630af4a67758eda98b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14768,
            "upload_time": "2022-05-11T09:20:15",
            "upload_time_iso_8601": "2022-05-11T09:20:15.062940Z",
            "url": "https://files.pythonhosted.org/packages/eb/0e/7341616ff90aac0b2c36fe172663bbaa0fc396e1effc215813a3eea8b7e1/django-cron-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-05-11 09:20:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tivix",
    "github_project": "django-cron",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "test_requirements": [
        {
            "name": "freezegun",
            "specs": [
                [
                    "==",
                    "0.2.8"
                ]
            ]
        },
        {
            "name": "mock",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "psycopg2",
            "specs": [
                [
                    "==",
                    "2.9.3"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "2.4.0"
                ]
            ]
        }
    ],
    "lcname": "django-cron"
}
        
Elapsed time: 0.04507s