{ "info": { "author": "Praekelt.org", "author_email": "dev@praekelt.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===================\nSeed Service Rating\n===================\n\nService Rating is built around two models: Invites and Ratings.\n\nIf you want the user to rate the service they received, you first create an Invite for them. The user then gets sent a message to invite them to rate the service they received.\n\nWhen the user rates the service they received, the feedback they provide is stored in Ratings. A Rating is created for each question they answered, and it stores the question and the answer in the model.\n\nInvite creation typically happens via a POST request to the :code:`/invite` endpoint.\n\nWhen a user has completed their service rating by answering all the questions, their Invite field :code:`completed` should be set to True to prevent sending additional invitations.\n\nA special endpoint :code:`/invite/send` should be hit in order to send all the invites that need to go out. Hitting this endpoint activates the SendInviteMessages task, which in turn activates the task that sends out the individual invite messages. This can be automated by adding a schedule to the scheduler that hits the endpoint at predetermined times (typically it could hit the endpoint once every weekday)\n\nSome environment variables to take note of (see settings.py):\n\n* TOTAL_INVITES_TO_SEND: The number of messages that will be sent to invite users to rate their service.\n* DAYS_BETWEEN_INVITES: The number of days to wait between sending invite messages to users.\n* INVITE_TEXT: The invite message to be sent to the user.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/praekelt/seed-service-rating", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "seed-service-rating", "package_url": "https://pypi.org/project/seed-service-rating/", "platform": "", "project_url": "https://pypi.org/project/seed-service-rating/", "project_urls": { "Homepage": "http://github.com/praekelt/seed-service-rating" }, "release_url": "https://pypi.org/project/seed-service-rating/0.9.1/", "requires_dist": [ "Django (==1.9.12)", "celery (==3.1.24)", "dj-database-url (==0.3.0)", "django-celery (==3.1.17)", "django-filter (==0.12.0)", "django-rest-hooks (==1.3.1)", "djangorestframework (==3.3.2)", "drfdocs (==0.0.11)", "freezegun (==0.3.7)", "psycopg2 (==2.7.1)", "pytz (==2015.7)", "raven (==5.32.0)", "redis (==2.10.5)", "seed-services-client (>=0.29.0)", "whitenoise (==2.0.6)" ], "requires_python": "", "summary": "Seed Service Ratings mircoservice", "version": "0.9.1" }, "last_serial": 3155882, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "680f6f45fffc1958f2428c9d758a1564", "sha256": "07d4745c254fa773718ea407a829bcfd6fe3abcb8bcc765ef9e9c9722004e397" }, "downloads": -1, "filename": "seed_service_rating-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "680f6f45fffc1958f2428c9d758a1564", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21802, "upload_time": "2017-01-06T08:45:20", "url": "https://files.pythonhosted.org/packages/09/75/0791c2177366d6c93aee11b9e3cf87e8e03334906a0386e8a49b7b2079b6/seed_service_rating-0.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca6395134e6669d6d36fd769da6769c8", "sha256": "fd6f7f5f21631726304559302e356a75f95cd5486e7ee21ffafe5d446bf32257" }, "downloads": -1, "filename": "seed-service-rating-0.9.0.tar.gz", "has_sig": false, "md5_digest": "ca6395134e6669d6d36fd769da6769c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16684, "upload_time": "2017-01-06T08:45:22", "url": "https://files.pythonhosted.org/packages/d9/74/2cadd6428f5b20d5a6bd2d4086377df3360d0fc21814955f7ada9a931cdd/seed-service-rating-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "2928b1fdec37c498730cca92c58b9d75", "sha256": "97f0dce84242a8a035e80e183df708638153397c63aed98d6ccb0b98a87816ef" }, "downloads": -1, "filename": "seed_service_rating-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2928b1fdec37c498730cca92c58b9d75", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21657, "upload_time": "2017-09-07T09:49:56", "url": "https://files.pythonhosted.org/packages/0c/3b/0fd8c83af0dcae2d68cc450412bfee3283726eb3ec6f0ffe2bd68bc81002/seed_service_rating-0.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f344482201b45c36f0b220a6a02953e3", "sha256": "4254a41afdf6b8b0449d864f08165bdcfa8c610ed5f1124ff5605ad4685fd5b5" }, "downloads": -1, "filename": "seed-service-rating-0.9.1.tar.gz", "has_sig": false, "md5_digest": "f344482201b45c36f0b220a6a02953e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15599, "upload_time": "2017-09-07T09:49:57", "url": "https://files.pythonhosted.org/packages/3e/f3/0a6f8af6abcf0e429d4412de7c81a05390f42691cb2ab1cbf05d7c1b6b53/seed-service-rating-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2928b1fdec37c498730cca92c58b9d75", "sha256": "97f0dce84242a8a035e80e183df708638153397c63aed98d6ccb0b98a87816ef" }, "downloads": -1, "filename": "seed_service_rating-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2928b1fdec37c498730cca92c58b9d75", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21657, "upload_time": "2017-09-07T09:49:56", "url": "https://files.pythonhosted.org/packages/0c/3b/0fd8c83af0dcae2d68cc450412bfee3283726eb3ec6f0ffe2bd68bc81002/seed_service_rating-0.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f344482201b45c36f0b220a6a02953e3", "sha256": "4254a41afdf6b8b0449d864f08165bdcfa8c610ed5f1124ff5605ad4685fd5b5" }, "downloads": -1, "filename": "seed-service-rating-0.9.1.tar.gz", "has_sig": false, "md5_digest": "f344482201b45c36f0b220a6a02953e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15599, "upload_time": "2017-09-07T09:49:57", "url": "https://files.pythonhosted.org/packages/3e/f3/0a6f8af6abcf0e429d4412de7c81a05390f42691cb2ab1cbf05d7c1b6b53/seed-service-rating-0.9.1.tar.gz" } ] }