{ "info": { "author": "Lev Maximov", "author_email": "lev.maximov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Security", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: User Interfaces" ], "description": "===========\nRedisSentry\n===========\n\nThis is django specific app for RedisSentry. For generic package,\n(which this app is dependent on) see redissentry-core.\n\nInstallation\n------------\n\nsettings.py::\n\n MIDDLEWARE_CLASSES += (\n 'redissentry.middleware.RequestMiddleware',\n )\n\n INSTALLED_APPS += (\n 'redissentry',\n )\n\n\nFinetuning\n----------\n\nsettings.py::\n\n RS_REDIS_HOST = 'localhost'\n RS_REDIS_PORT = 6379\n RS_REDIS_PASSWORD = ''\n RS_REDIS_DB = 0\n\n RS_FA_PER_IP = 5 # block ip after every N failed attempts\n RS_FA_PER_USERNAME = 5 # block username after every N failed attempts\n\nAlso the class structure is designed in such a way as to facilitate further finetuning \nthrough inheritance.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/axil/django-redissentry", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-redissentry", "package_url": "https://pypi.org/project/django-redissentry/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-redissentry/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/axil/django-redissentry" }, "release_url": "https://pypi.org/project/django-redissentry/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Django app based on RedisSentry (redissentry-core) protecting against password attacks", "version": "0.2.0" }, "last_serial": 790437, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "09a9bc59badc939b55fd9de4245eaa68", "sha256": "e251639cb9e46bee19c27d9575f81ecac9a90f4b870543e6bfcee556d26c160f" }, "downloads": -1, "filename": "django-redissentry-0.1.1.zip", "has_sig": false, "md5_digest": "09a9bc59badc939b55fd9de4245eaa68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17696, "upload_time": "2012-06-14T14:45:37", "url": "https://files.pythonhosted.org/packages/04/9b/11e33cbc15a6eb9d1f4e65ed7fc23ebd718487068b9b2a8eba888e6f8455/django-redissentry-0.1.1.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f8b5b42f478f0661c0057059b863efd1", "sha256": "866d8606936495331ecbbcb73957d6f0c46d11bc877fa2e56a42ef26a1cad38b" }, "downloads": -1, "filename": "django-redissentry-0.2.0.zip", "has_sig": false, "md5_digest": "f8b5b42f478f0661c0057059b863efd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20904, "upload_time": "2012-06-21T21:12:10", "url": "https://files.pythonhosted.org/packages/da/a6/1762ea5e93769f4b6f24529a51fbb4c24df1b69697ed34b15bbd20c93f99/django-redissentry-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8b5b42f478f0661c0057059b863efd1", "sha256": "866d8606936495331ecbbcb73957d6f0c46d11bc877fa2e56a42ef26a1cad38b" }, "downloads": -1, "filename": "django-redissentry-0.2.0.zip", "has_sig": false, "md5_digest": "f8b5b42f478f0661c0057059b863efd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20904, "upload_time": "2012-06-21T21:12:10", "url": "https://files.pythonhosted.org/packages/da/a6/1762ea5e93769f4b6f24529a51fbb4c24df1b69697ed34b15bbd20c93f99/django-redissentry-0.2.0.zip" } ] }