{ "info": { "author": "Ali Yahya", "author_email": "alive@athena.ai", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Bottle SSLify\n\nThis is a simple Bottle extension that configures your Bottle application to redirect all incoming HTTP requests to HTTPS.\n\n## Usage\n\nHello World:\n\n import bottle\n from bottle_sslify import SSLify\n\n app = bottle.Bottle()\n SSLify(app)\n\n\nHTTP requests are redirected to HTTPS:\n\n $ curl -I http://localhost:7777\n HTTP/1.1 302 Found\n Content-Length: 0\n Content-Type: text/html; charset=UTF-8\n Location: https://localhost:7777/\n Date: Wed, 23 Jan 2013 09:34:50 GMT\n\n## Installation\n\n $ pip install Bottle-SSLify", "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/ali01/bottle-sslify", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "Bottle-SSLify", "package_url": "https://pypi.org/project/Bottle-SSLify/", "platform": "any", "project_url": "https://pypi.org/project/Bottle-SSLify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ali01/bottle-sslify" }, "release_url": "https://pypi.org/project/Bottle-SSLify/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Force SSL on any Bottle app.", "version": "0.0.1" }, "last_serial": 783869, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c6eef844f7b242cf06a782cfed3d04da", "sha256": "657cd08fb13225078331bca5b641bb575168dfadb6d5e20801165cf10d384003" }, "downloads": -1, "filename": "Bottle-SSLify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c6eef844f7b242cf06a782cfed3d04da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2209, "upload_time": "2013-01-23T10:02:59", "url": "https://files.pythonhosted.org/packages/f6/26/31bd8e9614e5fcc2c76299cc9464191efd8b78d071c23fb0a723d1af7073/Bottle-SSLify-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6eef844f7b242cf06a782cfed3d04da", "sha256": "657cd08fb13225078331bca5b641bb575168dfadb6d5e20801165cf10d384003" }, "downloads": -1, "filename": "Bottle-SSLify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c6eef844f7b242cf06a782cfed3d04da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2209, "upload_time": "2013-01-23T10:02:59", "url": "https://files.pythonhosted.org/packages/f6/26/31bd8e9614e5fcc2c76299cc9464191efd8b78d071c23fb0a723d1af7073/Bottle-SSLify-0.0.1.tar.gz" } ] }