ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

add wrapper convenience functions, and session.close #2

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

The meat of this change is tunnel.rs which now has methods to spin up a python socket and proxy calls to it, and wrapper.rs which has some module-level helpers to set up default tunnels or link a tunnel to a web framework. The rest is tests and reduced size of examples.