{ "info": { "author": "PressLabs", "author_email": "ping@presslabs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Django REST Hooks Delivery\n==========================\n\nVarious deliverers for `django rest hooks\n`_ and `django rest hooks ng\n`_.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-rest-hooks-delivery\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/PressLabs/django-rest-hooks-delivery.git#egg=rest_hooks_delivery\n\nAdd ``rest_hooks_delivery`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'rest_hooks_delivery',\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate rest_hooks_delivery # if you are using django > 1.7\n\n ./manage.py syncdb rest_hooks_delivery # if you are using django < 1.7\n\n\nUsage\n-----\n\nMake sure you have added :code:`rest_hooks_delivery` to the list of\n:code:`INSTALLED_APPS` before :code:`django.contrib.admin` and that you have\nset :code:`HOOK_DELIVERER` to one of the available deliverers. Currently only\n:code:`rest_hooks_delivery.deliverers.retry` is available.\n\n.. code-block:: python\n\n ### settings.py ###\n\n INSTALLED_APPS = [\n ...\n 'rest_hooks_delivery',\n 'django.contrib.admin',\n ]\n\n HOOK_DELIVERER = 'rest_hooks_delivery.deliverers.retry'\n\nIt also provides a management command useful for retrying failed hooks.\n\n.. code-block:: bash\n\n ./manage.py retry_failed_hooks\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/PressLabs/django-rest-hooks-delivery", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-rest-hooks-delivery", "package_url": "https://pypi.org/project/django-rest-hooks-delivery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-rest-hooks-delivery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/PressLabs/django-rest-hooks-delivery" }, "release_url": "https://pypi.org/project/django-rest-hooks-delivery/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Various webhook deliverers for django-rest-hooks and django-rest-hooks-ng.", "version": "0.2.1" }, "last_serial": 1504929, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f92ef7181e34d85d320ff4e6959fdb4a", "sha256": "03d057138e6bf3996e96254900c8bf2cdf8ff160d6367bf936dcc82acb7b3d5b" }, "downloads": -1, "filename": "django-rest-hooks-delivery-0.1.tar.gz", "has_sig": false, "md5_digest": "f92ef7181e34d85d320ff4e6959fdb4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5457, "upload_time": "2015-03-14T10:45:10", "url": "https://files.pythonhosted.org/packages/de/88/4e3c0fc9693f450680075e666bb76fb22c0a65f2aefdd73b6e7e64823ba4/django-rest-hooks-delivery-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "222a9d05c9c955ae8520125d64821f97", "sha256": "2e8c18a7aeb8f4146fa125477397a16b4890d7b588f16e462c0a0b09db06f882" }, "downloads": -1, "filename": "django-rest-hooks-delivery-0.2.tar.gz", "has_sig": false, "md5_digest": "222a9d05c9c955ae8520125d64821f97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6003, "upload_time": "2015-04-14T13:45:00", "url": "https://files.pythonhosted.org/packages/46/40/d83b140fa2c07fe0461bd14c3aef558dee20a570a857231111cbc7d3ecc7/django-rest-hooks-delivery-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9445bde29f7141852219a0e91852d2be", "sha256": "949f5da9bc02b53a0386ba73a49850061e4d9d12627ae6fa5306f77977f3d452" }, "downloads": -1, "filename": "django-rest-hooks-delivery-0.2.1.tar.gz", "has_sig": false, "md5_digest": "9445bde29f7141852219a0e91852d2be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6417, "upload_time": "2015-04-14T14:21:39", "url": "https://files.pythonhosted.org/packages/00/45/af0433eb3793f717129f05d73a32100528c4575e7f696ba939f229e4a1b0/django-rest-hooks-delivery-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9445bde29f7141852219a0e91852d2be", "sha256": "949f5da9bc02b53a0386ba73a49850061e4d9d12627ae6fa5306f77977f3d452" }, "downloads": -1, "filename": "django-rest-hooks-delivery-0.2.1.tar.gz", "has_sig": false, "md5_digest": "9445bde29f7141852219a0e91852d2be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6417, "upload_time": "2015-04-14T14:21:39", "url": "https://files.pythonhosted.org/packages/00/45/af0433eb3793f717129f05d73a32100528c4575e7f696ba939f229e4a1b0/django-rest-hooks-delivery-0.2.1.tar.gz" } ] }