Skip to main content

Add tunneling support to your Flask Application.

Project description

Flask-PyNgrok

Tunneling local web server for development using PyNgrok.

Installation

Flask-PyNgrok is available on PyPI and can be installed using pip.

pip install Flask-PyNgrok

Basic Usage

Flask setting required FLASK_ENV=development: from Flask-PyNgrok import PyNgrok pyngrok = PyNgrok()

def create_app(config):
    app = Flask(__name__)
    app.config.from_object(config)
    pyngrok.init_app(app)

app = create_app(dev_config)

License

Flask-PyNgrok is distributed under MIT license, see LICENSE for more details.

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-PyNgrok-1.0.3.tar.gz (2.3 kB view details)

Uploaded Source

File details

Details for the file Flask-PyNgrok-1.0.3.tar.gz.

File metadata

  • Download URL: Flask-PyNgrok-1.0.3.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for Flask-PyNgrok-1.0.3.tar.gz
Algorithm Hash digest
SHA256 251ad11be0eeaa61bbdeb4435c8ab3bc9618a7428cc5b813101c3b682ad6b0be
MD5 6147f05a255aa966462499dae6032917
BLAKE2b-256 a738cea4d446a4fdd324cc3c57e4fb0595de35ac56044c21aa1a60cf7a6ddf2e

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