Contents

Flask-SSLify 0.1.5

0

Force SSL on your Flask app.

Force SSL on your Flask app.

Stars: 28, Watchers: 28, Forks: 9, Open Issues: 1

The kennethreitz/flask-sslify repo was created 4 years ago and the last code push was 1 years ago. The project is moderately popular with 28 github stars!

How to Install flask-sslify

You can install flask-sslify using pip

pip install flask-sslify

or add it to a project with poetry

poetry add flask-sslify

Package Details

Author
Kenneth Reitz
License
BSD
Homepage
https://github.com/kennethreitz/flask-sslify
PyPi:
https://pypi.org/project/Flask-SSLify/
GitHub Repo:
https://github.com/kennethreitz/flask-sslify

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  flask-sslify  pypi packages just yet.

Errors

A list of common flask-sslify errors.

Code Examples

Here are some flask-sslify code examples and snippets.

Related Packages & Articles

Flask-Sockets 0.2.1

The Flask-Sockets package is a Python library that extends the Flask web framework with support for WebSockets, a protocol that allows for real-time, bidirectional communication between the server and the client. It provides a simple and elegant way to integrate WebSockets into your Flask applications, with support for Flask's routing mechanism and session handling. The library also supports the use of Flask blueprints and AJAX/XHR endpoints, offering a flexible and powerful tool for building interactive web applications.

Flask-Silk 0.2

Adds silk icons to your Flask application or blueprint, or extension.

flask-restx 1.3.0

Fully featured framework for fast, easy and documented API development with Flask