{ "info": { "author": "Bryan Clement", "author_email": "bclement01@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-event-procedures\n=======================\n\nAn event driven code execution system backed by django\n\n\nGetting started:\n===============\n\nrun:\n pip install django-event-procedures\n\nin settings:\n In INSTALLED_APPS add 'event_procedures' as such:\n INSTALLED_APPS = (\n ...\n 'event_procedures',\n ...\n )\n\n define SIGNAL_MODULES as a list of modules containing the signals you want\n For example, if you want want django.core.signals it would look something like\n SIGNAL_MODULES = [\n ...\n 'django.core',\n ...\n ]\n\n Register the event registration middleware in your middleware:\n MIDDLEWARE_CLASSES = (\n ...\n 'event_procedures.middleware.EventRegistration',\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://www.github.com/MindClickGlobal/django-event-procedures", "keywords": null, "license": "GNU", "maintainer": null, "maintainer_email": null, "name": "django-event-procedures", "package_url": "https://pypi.org/project/django-event-procedures/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-event-procedures/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.github.com/MindClickGlobal/django-event-procedures" }, "release_url": "https://pypi.org/project/django-event-procedures/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "An event driven code execution system backed by Django", "version": "0.1.3" }, "last_serial": 1233963, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "f45b4d1070bcbcb371eeba2fa46c00b2", "sha256": "b5d5881b5b8f3202f45cb8790e044dac3a24df4c35cbda11cca87417b305a44c" }, "downloads": -1, "filename": "django-event-procedures-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f45b4d1070bcbcb371eeba2fa46c00b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13869, "upload_time": "2014-09-22T19:34:02", "url": "https://files.pythonhosted.org/packages/fc/9a/2425d71addd93499308e07922b900df9722fe0a1f655106526a77e1b486e/django-event-procedures-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "414a8b8f44d06d91ff2777dca90c8be9", "sha256": "1945bccfdf56a8c66bf32b59731885f6ada4bc900c98aa0470b79c6f0f6424fc" }, "downloads": -1, "filename": "django-event-procedures-0.1.2.tar.gz", "has_sig": false, "md5_digest": "414a8b8f44d06d91ff2777dca90c8be9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13896, "upload_time": "2014-09-22T19:46:44", "url": "https://files.pythonhosted.org/packages/43/27/258541e544ecbd119bef50977e03f6a3ad5d5b49045e28a4e638c3990fa0/django-event-procedures-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "4468af2c6574e147f9253797be85db29", "sha256": "fddb140e02b8a347b7033f8dfc1d2dab24506cd77b4636569380dbe190c25f20" }, "downloads": -1, "filename": "django-event-procedures-0.1.3.tar.gz", "has_sig": false, "md5_digest": "4468af2c6574e147f9253797be85db29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17646, "upload_time": "2014-09-22T20:38:02", "url": "https://files.pythonhosted.org/packages/5c/0b/8bc6d70fc5b862fbd814fac54ec636054855f4afaa75d26ef538fd6f05f4/django-event-procedures-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4468af2c6574e147f9253797be85db29", "sha256": "fddb140e02b8a347b7033f8dfc1d2dab24506cd77b4636569380dbe190c25f20" }, "downloads": -1, "filename": "django-event-procedures-0.1.3.tar.gz", "has_sig": false, "md5_digest": "4468af2c6574e147f9253797be85db29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17646, "upload_time": "2014-09-22T20:38:02", "url": "https://files.pythonhosted.org/packages/5c/0b/8bc6d70fc5b862fbd814fac54ec636054855f4afaa75d26ef538fd6f05f4/django-event-procedures-0.1.3.tar.gz" } ] }