{ "info": { "author": "Jannis Gebauer", "author_email": "ja.geb@pricemesh.io", "bugtrack_url": null, "classifiers": [], "description": "===========\ndjango-keen\n===========\n\nSimple wrapper around the official keen.io client.::\n\n from dkeen import add_event\n\n add_event(\"user_subscribed\", {\"name\": user.username})\n\n\nInstallation\n=========\n\n pip install django-keen\n\nConfiguration\n-------------\nput this in your django settings file\n\n KEEN_PROJECT_ID = \"\"\n KEEN_WRITE_KEY = \"\"\n KEEN_READ_KEY = \"\"\n KEEN_CELERY = False\n\nNote: Calls to keen.io are blocking (you have to wait for a response). If you have a running celery installation, set KEEN_CELERY to True. All calls to add_event or add_events will be called in a task to prevent the blocking.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/django-keen/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "django-keen", "package_url": "https://pypi.org/project/django-keen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-keen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/django-keen/" }, "release_url": "https://pypi.org/project/django-keen/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Simple wrapper for django around the official keen.io client", "version": "0.1.3" }, "last_serial": 1180461, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "03cc3a367c905552c8fb4750ef87e913", "sha256": "d823f1d7b16ffb4554f89e38d78938375f960584e916fa8aabaa05d59b36e083" }, "downloads": -1, "filename": "django-keen-0.1.2.tar.gz", "has_sig": false, "md5_digest": "03cc3a367c905552c8fb4750ef87e913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2544, "upload_time": "2014-08-04T15:26:14", "url": "https://files.pythonhosted.org/packages/8b/64/6cee6141d9b21818aabe8f6ad40dd490aa3e1c92c8e4c7dce0658c0f52ee/django-keen-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "2837bea08e55315c40e1ee1b6f0397e6", "sha256": "a25e2ad1c3259186f089b8f8aedec9b45af4a9a825203450ad5d4b04e5b873fe" }, "downloads": -1, "filename": "django-keen-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2837bea08e55315c40e1ee1b6f0397e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2544, "upload_time": "2014-08-05T08:36:28", "url": "https://files.pythonhosted.org/packages/01/2e/b626a3f9f542bce317fa5f4db76a05b5a8409c6f4cd124b5042df2f95e0c/django-keen-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2837bea08e55315c40e1ee1b6f0397e6", "sha256": "a25e2ad1c3259186f089b8f8aedec9b45af4a9a825203450ad5d4b04e5b873fe" }, "downloads": -1, "filename": "django-keen-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2837bea08e55315c40e1ee1b6f0397e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2544, "upload_time": "2014-08-05T08:36:28", "url": "https://files.pythonhosted.org/packages/01/2e/b626a3f9f542bce317fa5f4db76a05b5a8409c6f4cd124b5042df2f95e0c/django-keen-0.1.3.tar.gz" } ] }