Metadata-Version: 2.3
Name: pytunneler
Version: 0.1.2b2
Summary: python udp and tcp tunnel
License: MIT
Author: fafa_junhe
Author-email: junhefafa@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aioconsole (>=0.8.0,<0.9.0)
Requires-Dist: picows (>=1.5,<2.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: websockets (>=15.0,<16.0)
Project-URL: Repository, https://github.com/fafa-junhe/pytunneler
Description-Content-Type: text/markdown

# Pytunneler

## server

`python -m pytunneler.server.server --password SECRETPASSWORD 0.0.0.0:8321`

## client

`python -m pytunneler.client.client --password SECRETPASSWORD 127.0.0.1:8321`

**command**
|name | description |trigger |
|---------------- | ---------------------------------- |------ |
|List of Commands | List of Commands | lsc |
|List of Ports | List of Ports | lsp |
|TcpTunneling | make a tcp socket tunnel to server |tcptunnel|

