django-celery-tasks

View on PyPIReverse Dependencies (0)

0.0.1 django_celery_tasks-0.0.1-py2.py3-none-any.whl

Wheel Details

Project: django-celery-tasks
Version: 0.0.1
Filename: django_celery_tasks-0.0.1-py2.py3-none-any.whl
Download: [link]
Size: 13889
MD5: bc1535bce7aebd1b3999a97e657a5989
SHA256: ee8a8e8e54678fd21931a52e02e6754795f52a51d89a1492996b497ed135df60
Uploaded: 2018-03-21 22:41:49 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: django-celery-tasks
Version: 0.0.1
Summary: Celery result backends for Django.
Author: Ask Solem
Author-Email: ask[at]celeryproject.org
Home-Page: https://github.com/celery/django-celery-results
License: BSD
Keywords: celery django database result backend
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
Platform: any
Requires-Dist: celery (<5.0,>=4.0)
Requires-Dist: future (~=0.16.0)
[Description omitted; length: 1318 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.30.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
django_celery_tasks/__init__.py sha256=QsOupZOd6eAmBnQqp-Ms7f3cGzy_yMqXHALe7TRwWfg 985
django_celery_tasks/admin.py sha256=u45oKBChVHkaLUE-sPhJmy_T5nFQEKmCg474xLuIp5o 1180
django_celery_tasks/apps.py sha256=w_1Lj3-PdMALbabcP4QyEqxLi13DXCLN9SNBdeta8LQ 431
django_celery_tasks/managers.py sha256=rMb4Y8-oC34aT3KWkp0b3LQoQpmT4ZEk7-kYLxmRk6I 5980
django_celery_tasks/models.py sha256=vlfvxGkGQMWXi4aB8PSRy-pZmsWJE_fwJY4n_jwR8QU 2341
django_celery_tasks/task.py sha256=DaW6J0sbJ-hslGX8m7GhdjO_dv8DBaeDKUvgjjqv_fE 1337
django_celery_tasks/utils.py sha256=urQoeDJ3S7lfR9aZ7ShX1Uh3hBt_02nYPyXCqPsfHO8 534
django_celery_tasks/backends/__init__.py sha256=ezNZobrppymgZVR_JKgkdK_8S0SNsOslt6aAoSuLESc 175
django_celery_tasks/backends/cache.py sha256=RASGl7IW4B4xWf2a7kAEdjCkOrYwRYeKfN9JIDJ8pBI 1034
django_celery_tasks/backends/database.py sha256=2TyqvsSqjial6n5orc90XCxdSVBDP3B0xaCOJXH0kKA 2435
django_celery_tasks/middleware/__init__.py sha256=QESbiIxL6mgEIjO8Q-XoHkybtjTG-4CwVmeIfefbjXk 61
django_celery_tasks/middleware/globalrequestmiddleware.py sha256=q4rKb__pey5YtzsiqkgyUqPiT9lAj9oc4LtMNH_0h70 943
django_celery_tasks/migrations/0001_initial.py sha256=AMB7Vpr_naNEtbNAy3MikHV_PCa_O7t7dUcomDLFjUA 2294
django_celery_tasks/migrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
django_celery_tasks-0.0.1.dist-info/DESCRIPTION.rst sha256=erUeXERFsAn_IlDRtqFG8woJ5UWIpw-SaIamK1ANrdo 1318
django_celery_tasks-0.0.1.dist-info/METADATA sha256=Qj6z9eMnyLL2hKyYvbCQCxB6Ks8UDkIJG5mGop8AsYk 2578
django_celery_tasks-0.0.1.dist-info/RECORD
django_celery_tasks-0.0.1.dist-info/WHEEL sha256=kdsN-5OJAZIiHN-iO4Rhl82KyS0bDWf4uBwMbkNafr8 110
django_celery_tasks-0.0.1.dist-info/entry_points.txt sha256=Q8JZ84vC96UL-g2GkKrTyq_OgeaTFOFny6df6mzIIEk 140
django_celery_tasks-0.0.1.dist-info/metadata.json sha256=EfPtj83GqSSs9jRnpWrVn4rnrz_d02nBdGmP_xYrscE 1650
django_celery_tasks-0.0.1.dist-info/top_level.txt sha256=yKJwm1Cnzc3SIMPEjxXN11F1713xsLQ2GI9EMbKGAiA 20

top_level.txt

django_celery_tasks

entry_points.txt

django-cache = django_celery_tasks.backends:CacheBackend
django-db = django_celery_tasks.backends:DatabaseBackend