{"id":21037455,"url":"https://github.com/vintasoftware/celery-persistent-revokes","last_synced_at":"2026-02-16T04:02:05.707Z","repository":{"id":52705074,"uuid":"131071453","full_name":"vintasoftware/celery-persistent-revokes","owner":"vintasoftware","description":"Celery task revokes are stored on memory or on file. This packages makes possible to easely customize how your revokes are stored (Ex.: Database).","archived":false,"fork":false,"pushed_at":"2022-07-15T18:41:31.000Z","size":64,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-17T22:14:20.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vintasoftware.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-25T22:44:13.000Z","updated_at":"2025-07-06T22:25:51.000Z","dependencies_parsed_at":"2022-08-22T10:21:41.299Z","dependency_job_id":null,"html_url":"https://github.com/vintasoftware/celery-persistent-revokes","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vintasoftware/celery-persistent-revokes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fcelery-persistent-revokes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fcelery-persistent-revokes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fcelery-persistent-revokes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fcelery-persistent-revokes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vintasoftware","download_url":"https://codeload.github.com/vintasoftware/celery-persistent-revokes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vintasoftware%2Fcelery-persistent-revokes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T13:26:23.050Z","updated_at":"2026-02-16T04:02:05.692Z","avatar_url":"https://github.com/vintasoftware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============================\nCelery Persistent Revokes\n=============================\n\n.. image:: https://badge.fury.io/py/celery-persistent-revokes.svg\n    :target: https://badge.fury.io/py/celery-persistent-revokes\n\n.. image:: https://travis-ci.org/vintasoftware/celery-persistent-revokes.svg?branch=master\n    :target: https://travis-ci.org/vintasoftware/celery-persistent-revokes\n\n.. image:: https://codecov.io/gh/vintasoftware/celery-persistent-revokes/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/vintasoftware/celery-persistent-revokes\n\nCelery task revokes are stored on memory or on file. This packages makes possible to easily customize how your revokes are stored (Ex.: Database).\n\nDocumentation\n-------------\n\nThe full documentation is at https://celery-persistent-revokes.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Celery Persistent Revokes::\n\n    pip install celery-persistent-revokes\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'celery_persistent_revokes.apps.CeleryPersistentRevokesConfig',\n        ...\n    )\n\nAdd Celery Persistent Revokes's URL patterns:\n\n.. code-block:: python\n\n    from celery_persistent_revokes import urls as celery_persistent_revokes_urls\n\n\n    urlpatterns = [\n        ...\n        url(r'^', include(celery_persistent_revokes_urls)),\n        ...\n    ]\n\nFeatures\n--------\n\n* Built-in tasks revokes using Django default database\n* Support for custom backends\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n    source \u003cYOURVIRTUALENV\u003e/bin/activate\n    (myenv) $ pip install tox\n    (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n*  Cookiecutter_\n*  `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvintasoftware%2Fcelery-persistent-revokes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvintasoftware%2Fcelery-persistent-revokes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvintasoftware%2Fcelery-persistent-revokes/lists"}