{ "info": { "author": "Anthony", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# Molly\n\n`molly` is simple application that injects a signal after the WSGIHandler\nis instatiated. What this means for you is that you can definitively know when\nyour application is live and can receive requests.\n\n\n## Installation:\n\n`pip install django-molly`\n\n\n## Usage:\n\n\n```python\n# settings.py file\n\nINSTALLED_APPS = (\n ...,\n 'molly',\n ...\n)\n\n```\n\n```python\n# in some apps.py file\n...\nfrom molly.signals import application_started\n\n\ndef hello_world():\n print \"hello world!!!\"\n\nclass MyAppConfig(AppConfig):\n def ready(self):\n application_started.connect(\n hello_world, dispatch_uid='my-silly-message'\n )\n```\n\nSo now when you run `python manage.py runserver` or *any* service that utilizes\nthe `django.core.handlers.wsgi.WSGIHandler` you should see you message.\n\nEnjoy the *ecstacy* of it all...\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anthonyalmarza/molly", "keywords": "molly", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-molly", "package_url": "https://pypi.org/project/django-molly/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-molly/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/anthonyalmarza/molly" }, "release_url": "https://pypi.org/project/django-molly/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "`molly`.", "version": "0.0.2" }, "last_serial": 2067668, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "df08dc4e336cecae7c0faeeff1007b82", "sha256": "9bcda9a7e4e75def7672e48132f6b59fd8d0f33c2e251a665e1fe3e09454d6be" }, "downloads": -1, "filename": "django-molly-0.0.0.tar.gz", "has_sig": false, "md5_digest": "df08dc4e336cecae7c0faeeff1007b82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2192, "upload_time": "2016-04-16T20:35:07", "url": "https://files.pythonhosted.org/packages/45/d2/a107853b1707c676c1a6fbe784a77e6b4eda18ef518b99013a228f795751/django-molly-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "5ddc11a7177756d9b174a793e368bfd3", "sha256": "a9aa10876915d24bec541b574d76f045f7dfff1906f86a5eb30a7fe30fb9452a" }, "downloads": -1, "filename": "django-molly-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5ddc11a7177756d9b174a793e368bfd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1997, "upload_time": "2016-04-16T20:42:46", "url": "https://files.pythonhosted.org/packages/0a/37/ff60548df63f800b90f9795ff326dfc5d26778a425be60137ce71e293e90/django-molly-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "852173502a57a9043fc082564545a063", "sha256": "232ed0ca9acd06bd7dab4a699ac7a4ccef465a1441dde172e8d3c36c62582301" }, "downloads": -1, "filename": "django-molly-0.0.2.tar.gz", "has_sig": false, "md5_digest": "852173502a57a9043fc082564545a063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2073, "upload_time": "2016-04-16T22:28:55", "url": "https://files.pythonhosted.org/packages/11/1e/fe3b60d2436a8d9b9d7d3e0d473a698196fd068b1b3629e50e7a1b46dafe/django-molly-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "852173502a57a9043fc082564545a063", "sha256": "232ed0ca9acd06bd7dab4a699ac7a4ccef465a1441dde172e8d3c36c62582301" }, "downloads": -1, "filename": "django-molly-0.0.2.tar.gz", "has_sig": false, "md5_digest": "852173502a57a9043fc082564545a063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2073, "upload_time": "2016-04-16T22:28:55", "url": "https://files.pythonhosted.org/packages/11/1e/fe3b60d2436a8d9b9d7d3e0d473a698196fd068b1b3629e50e7a1b46dafe/django-molly-0.0.2.tar.gz" } ] }