Metadata-Version: 2.1
Name: open_tunnels
Version: 6.2.2
Summary: A perfect solution for tunnelling hosts to internet
Author: Sandesh Kumar
Author-email: connect@sandeshai.in
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: jinja2
Requires-Dist: flask
Requires-Dist: flask_session
Requires-Dist: ntplib
Requires-Dist: psutil
Requires-Dist: pyfiglet
Requires-Dist: colorama

simply type

from open_tunnels import app

app.run() # specify port host and all...

or directly 

import open_tunnels as sd

sd.start(your port , "default" or "local")
