py-localtunnel


Namepy-localtunnel JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/jakbin/py-localtunnel
Summarylocaltunnel alternative in python
upload_time2024-02-24 17:33:34
maintainer
docs_urlNone
authorJak Bin
requires_python>=3
license
keywords localtunnel port-forwarding expose-locahost localtunnel
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-localtunnel

localtunnel client 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
```

## Usage
```sh
pylt port 8080
```

```sh
pylt port 8080 -s your_custom_subdomain
```

## Tutorial
[Watch Here](https://youtu.be/AT8zsjdtYL8)

## Contributing

Whether reporting bugs, discussing improvements and new ideas : Contributions to py-localtunnel are welcome!

Special thanks to chatgpt.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jakbin/py-localtunnel",
    "name": "py-localtunnel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "localtunnel,port-forwarding,expose-locahost,localtunnel",
    "author": "Jak Bin",
    "author_email": "jakbin4747@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# py-localtunnel\n\nlocaltunnel client in python.\n\n [![PyPI version](https://badge.fury.io/py/py-localtunnel.svg)](https://pypi.org/project/py-localtunnel/)\n [![Downloads](https://pepy.tech/badge/py-localtunnel/month)](https://pepy.tech/project/py-localtunnel)\n [![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)\n ![GitHub Contributors](https://img.shields.io/github/contributors/jakbin/py-localtunnel)\n ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/py-localtunnel)\n ![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/py-localtunnel)\n ![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)\n\n\nFinally py-localtunnel is here. Now you can install below command.\n\n## Installation\n\n```sh\npip3 install py-localtunnel\n```\n\n## Usage\n```sh\npylt port 8080\n```\n\n```sh\npylt port 8080 -s your_custom_subdomain\n```\n\n## Tutorial\n[Watch Here](https://youtu.be/AT8zsjdtYL8)\n\n## Contributing\n\nWhether reporting bugs, discussing improvements and new ideas : Contributions to py-localtunnel are welcome!\n\nSpecial thanks to chatgpt.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "localtunnel alternative in python",
    "version": "1.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/jakbin/py-localtunnel/issues",
        "Homepage": "https://github.com/jakbin/py-localtunnel"
    },
    "split_keywords": [
        "localtunnel",
        "port-forwarding",
        "expose-locahost",
        "localtunnel"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dce04a6ed95fe0c6a677de14b86637713136531dcbeb184dde04e9f76e195f3",
                "md5": "18b8a43fd7e8b9fd354412ae06d62a16",
                "sha256": "693e781fab9159c30af8e10d2e9b059b6fb9773869c9102e9bb301fce633f52c"
            },
            "downloads": -1,
            "filename": "py_localtunnel-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "18b8a43fd7e8b9fd354412ae06d62a16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 6388,
            "upload_time": "2024-02-24T17:33:34",
            "upload_time_iso_8601": "2024-02-24T17:33:34.105432Z",
            "url": "https://files.pythonhosted.org/packages/8d/ce/04a6ed95fe0c6a677de14b86637713136531dcbeb184dde04e9f76e195f3/py_localtunnel-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-24 17:33:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jakbin",
    "github_project": "py-localtunnel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "py-localtunnel"
}
        
Elapsed time: 0.17440s