Skip to main content

A successor to flask-ngrok for demo Flask apps using ngrok.

Project description

flask-ngrok2

Run it button

PyPI version

The successor for flask-ngrok for making demo Flask apps from personal machine.

Compatability

Python 3.6+ is required.

Installation

pip install flask-ngrok2

Inside Jupyter / Colab Notebooks

Notebooks have an issue with newer versions of Flask, so force an older version if working in these environments.

!pip install flask==0.12.2

See the example notebook for a working example.

Quickstart

  1. Import with from flask_ngrok2 import run_with_ngrok
  2. Add run_with_ngrok(app) to make your Flask app available upon running
# flask_ngrok_example.py
from flask import Flask
from flask_ngrok2 import run_with_ngrok

app = Flask(__name__)
run_with_ngrok(app)  # Start ngrok when app is run

@app.route("/")
def hello():
    return "Hello World!"

if __name__ == '__main__':
    app.run()

Running the example:

python flask_ngrok_example.py
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Running on http://<random-address>.ngrok.io
 * Traffic stats available on http://127.0.0.1:4040 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-ngrok2-0.2.4.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flask_ngrok2-0.2.4-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file flask-ngrok2-0.2.4.tar.gz.

File metadata

  • Download URL: flask-ngrok2-0.2.4.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for flask-ngrok2-0.2.4.tar.gz
Algorithm Hash digest
SHA256 6a6c57f6826e67e88d10dd3adcefd984ff3fcdaa97471d2f03ff5494f8f822f6
MD5 7b2286111ae0fc47fff9e8133a67ea9a
BLAKE2b-256 f9a93b92f5445e98a790019b77ac98e758703e1cc384f4ab0b88bab4c0251195

See more details on using hashes here.

File details

Details for the file flask_ngrok2-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: flask_ngrok2-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for flask_ngrok2-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9b677fb37ca970a6e97b274612e54df84f76ea2e5d8dac37d02f0fa7a793bb3a
MD5 bb2f35924363e64d86dd2bf311c3aaa7
BLAKE2b-256 a746156fca95754ca6346cf066d6a30993fa6fc083496ea12583433021f35546

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page