Skip to main content

A Python wrapper for Ngrok.

Project description

Build Status Python 3 PyPI version

pyngrok

Getting Started

Note: this package is still in early development.

The pyngrok package is a ngrok wrapper for Python. The module will download and use its own ngrok binaries if none are provided.

Here is an example of basic usage:

public_url = ngrok.connect() # http://localhost:80
public_url = ngrok.connect(5000, "https") # https://localhost:5000

tunnels = ngrok.get_tunnels()

More functionality and documentation will be published soon.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

pyngrok-0.1.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

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