Metadata-Version: 2.4
Name: securemcrcon
Version: 0.0.2
Summary: A RCON protocol client for Minecraft RCON and my SecureRCON protocol
Author-email: wangyupu <me@wytl.cc>
License: MIT
Project-URL: Homepage, https://github.com/wang-yupu/SecureMCRCON
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt_toolkit>=3.0.0
Requires-Dist: cryptography>=40.0.0
Dynamic: license-file


# SecureMCRCON

一个Python库，用于连接RCON协议，同时支持扩展过的加密RCON（具体实现见: [SecureRCON](https://github.com/wang-yupu/SecureRCON)）

## 安装

`pip install securemcrcon`

## 以命令行使用

执行`smcrcon`或者`python -m securemcrcon`，即可连接。用法:  
`smcrcon [-h] [--port PORT] [--password PASSWORD] [--dynmaic] [--encrypt] [--chat] hostname`

## 以程序方法使用

``` python
...
```
