{ "info": { "author": "NiteoWeb Ltd.", "author_email": "info@niteoweb.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pylons", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pyramid_force_https\n===================\n\n------------\nIntroduction\n------------\n\npyramid_force_https is a `tween `_ for `Pyramid `_ to redirect all HTTP requests to HTTPS.\n\n------------\nInstallation\n------------\n\nJust do\n\n``pip install pyramid_force_https``\n\nor\n\n``easy_install pyramid_force_https``\n\n-------------\nCompatibility\n-------------\n\npyramid_force_https runs with pyramid>=1.7 and python>=2.7 and python>=3.5.\nOther versions might also work.\n\n-------------\nDocumentation\n-------------\n\nUsage example::\n\n def main(global_config, **settings):\n config = Configurator(settings=settings)\n config.include('pyramid_force_https')\n return config.make_wsgi_app()\n\nSee tests for more examples.\n\nIf you use structlog, add the following configuration setting to your INI file to enable structlog-like logging::\n\n pyramid_force_https.structlog = true\n\n\nReleasing\n---------\n\n#. Update CHANGES.rst.\n#. Update setup.py version.\n#. Run ``bin/longtest``.\n#. Run ``bin/mkrelease -d pypi``.\n\n=======\nChanges\n=======\n\n0.1.1\n-----\n\n* Better structlog variable names.\n [zupo]\n\n\n0.1\n---\n\n* Initial release.\n [zupo]\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/niteoweb/pyramid_force_https", "keywords": "pyramid ssl pylons web", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pyramid_force_https", "package_url": "https://pypi.org/project/pyramid_force_https/", "platform": "", "project_url": "https://pypi.org/project/pyramid_force_https/", "project_urls": { "Homepage": "https://github.com/niteoweb/pyramid_force_https" }, "release_url": "https://pypi.org/project/pyramid_force_https/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A tween to force HTTPS.", "version": "0.1.1" }, "last_serial": 3068300, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d2cba4bd5f626f87d316df9261e11edc", "sha256": "b73e86c11ed1dddcd218666bb916da3ef7105d6cd76ffceb2b98ba0d53b113b0" }, "downloads": -1, "filename": "pyramid_force_https-0.1.tar.gz", "has_sig": false, "md5_digest": "d2cba4bd5f626f87d316df9261e11edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4776, "upload_time": "2017-08-02T21:04:04", "url": "https://files.pythonhosted.org/packages/cd/35/4fe20a697be1b072681e1eaefbfd20c1949eaa796f3cc807c21739cbd7e1/pyramid_force_https-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7c92dded8d9b37cb1daf6d3d4d23cc02", "sha256": "7fde285ad1cab7b6c6904cad3413b49187beb55cf4a6ffb4541ff20113b75d1d" }, "downloads": -1, "filename": "pyramid_force_https-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7c92dded8d9b37cb1daf6d3d4d23cc02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4831, "upload_time": "2017-08-02T21:20:12", "url": "https://files.pythonhosted.org/packages/b9/76/fa03bd686c694845f2751aec159a5391aec52be9b79df7b8c107623250e1/pyramid_force_https-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c92dded8d9b37cb1daf6d3d4d23cc02", "sha256": "7fde285ad1cab7b6c6904cad3413b49187beb55cf4a6ffb4541ff20113b75d1d" }, "downloads": -1, "filename": "pyramid_force_https-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7c92dded8d9b37cb1daf6d3d4d23cc02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4831, "upload_time": "2017-08-02T21:20:12", "url": "https://files.pythonhosted.org/packages/b9/76/fa03bd686c694845f2751aec159a5391aec52be9b79df7b8c107623250e1/pyramid_force_https-0.1.1.tar.gz" } ] }