{ "info": { "author": "Markus Holtermann", "author_email": "info@markusholtermann.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===================\ndjango-login-canary\n===================\n\n**django-login-canary** is a reusable Django application to notify users upon successful and failed logins.\n\nLicense\n=======\n\nMIT\n\n\nInstallation\n============\n\n1. Install from PyPI::\n\n pip install django-login-canary\n\n2. Add ``'login_canary'`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = [\n # ...\n 'login_canary',\n ]\n\n\nConfiguration\n=============\n\n``LOGIN_CANARY_NOTIFY_FAILED_LOGIN``\n------------------------------------\n\nNotify users upon failed logins. Use with caution!\n\nDefault: ``False``\n\n\n``LOGIN_CANARY_NOTIFY_LOGIN``\n-----------------------------\n\nNotify users upon successful logins.\n\nDefault: ``True``\n\n\n``LOGIN_CANARY_SERVICE_NAME``\n-----------------------------\n\nThe name of your service. Required. String", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/MarkusH/django-login-canary", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-login-canary", "package_url": "https://pypi.org/project/django-login-canary/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-login-canary/", "project_urls": { "Homepage": "http://github.com/MarkusH/django-login-canary" }, "release_url": "https://pypi.org/project/django-login-canary/0.1.0/", "requires_dist": [ "Django (>=1.8)" ], "requires_python": null, "summary": "django-login-canary is a reusable Django application to notify users upon successful and failed logins.", "version": "0.1.0" }, "last_serial": 1507202, "releases": { "0.0.0": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7db8b50b84d4c291d3367b6d89d21a60", "sha256": "08f20ad02fa04576323dd51d0817cffdaa4dc0acb092ef84c475cf4a72bbd9bc" }, "downloads": -1, "filename": "django_login_canary-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "7db8b50b84d4c291d3367b6d89d21a60", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10585, "upload_time": "2015-04-16T01:10:07", "url": "https://files.pythonhosted.org/packages/c5/73/9ed627239cdaeccfbef5e018a7f64653cbe86377273a0c06fd213cd925c0/django_login_canary-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be4a8d7dd20c36e3cd1e45eb9effea93", "sha256": "d43bdb2c2e0aa20010f3abf646e287348bc8c53c1b8284d9064866c3079442cb" }, "downloads": -1, "filename": "django-login-canary-0.1.0.tar.gz", "has_sig": true, "md5_digest": "be4a8d7dd20c36e3cd1e45eb9effea93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4476, "upload_time": "2015-04-16T01:10:16", "url": "https://files.pythonhosted.org/packages/80/70/c1b2e6e042d9ddb616957b3d8e93553957d21fe952132cb0286a0595f9cb/django-login-canary-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7db8b50b84d4c291d3367b6d89d21a60", "sha256": "08f20ad02fa04576323dd51d0817cffdaa4dc0acb092ef84c475cf4a72bbd9bc" }, "downloads": -1, "filename": "django_login_canary-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "7db8b50b84d4c291d3367b6d89d21a60", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10585, "upload_time": "2015-04-16T01:10:07", "url": "https://files.pythonhosted.org/packages/c5/73/9ed627239cdaeccfbef5e018a7f64653cbe86377273a0c06fd213cd925c0/django_login_canary-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be4a8d7dd20c36e3cd1e45eb9effea93", "sha256": "d43bdb2c2e0aa20010f3abf646e287348bc8c53c1b8284d9064866c3079442cb" }, "downloads": -1, "filename": "django-login-canary-0.1.0.tar.gz", "has_sig": true, "md5_digest": "be4a8d7dd20c36e3cd1e45eb9effea93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4476, "upload_time": "2015-04-16T01:10:16", "url": "https://files.pythonhosted.org/packages/80/70/c1b2e6e042d9ddb616957b3d8e93553957d21fe952132cb0286a0595f9cb/django-login-canary-0.1.0.tar.gz" } ] }