Metadata-Version: 2.1
Name: wxhandler
Version: 0.1.1.0
Summary: A Python package for handling wxHandler operations.
Home-page: https://github.com/chenbifu/wxhandler
Author: chenbifu
Author-email: pythonaaa@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# wxhandler

A Python package for handling wxHandler operations. it will be use on wechat-3.9.2.23. Take it for open http server or tcp server and do something.

## Installation

```bash
pip install wxhandler
```
## Usage
```python
from wxhandler import wxHandler

handler = wxHandler(base_url="http://127.0.0.1:19088")
handler.hookSyncMsgNew(enableHttp=True, httpPort=19099)
```


