Metadata-Version: 2.1
Name: py-localtunnel
Version: 1.0.1
Summary: localtunnel alternative in python
Home-page: https://github.com/jakbin/py-localtunnel
Author: Jak Bin
Author-email: jakbin4747@gmail.com
Project-URL: Bug Tracker, https://github.com/jakbin/py-localtunnel/issues
Keywords: localtunnel,port-forwarding,expose-locahost,localtunnel
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3

# py-localtunnel

localtunnel alternative in python.

 [![PyPI version](https://badge.fury.io/py/py-localtunnel.svg)](https://pypi.org/project/py-localtunnel/)
 [![Downloads](https://pepy.tech/badge/py-localtunnel/month)](https://pepy.tech/project/py-localtunnel)
 [![Downloads](https://static.pepy.tech/personalized-badge/py-localtunnel?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/py-localtunnel)
 ![GitHub Contributors](https://img.shields.io/github/contributors/jakbin/py-localtunnel)
 ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/py-localtunnel)
 ![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/py-localtunnel)
 ![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)


Finally py-localtunnel is here. Now you can install below command.

## Installation

```sh
pip3 install py-localtunnel
```

Special thanks for chatgpt.
