Metadata-Version: 2.5
Name: wow-common
Version: 1.2.0
Summary: Shared wire protocol and TUN device helpers for the WoW VPN
Project-URL: Documentation, https://github.com/zaf-x/WoW#readme
Project-URL: Issues, https://github.com/zaf-x/WoW/issues
Project-URL: Source, https://github.com/zaf-x/WoW
Author-email: zaf-x <baoshuwen2013@outlook.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: tun,tunnel,vpn
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# wow-common

[![PyPI - Version](https://img.shields.io/pypi/v/wow-common.svg)](https://pypi.org/project/wow-common)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wow-common.svg)](https://pypi.org/project/wow-common)

[English](README.md) | [中文](README.zh-CN.md)

Shared building blocks for the [WoW VPN](https://github.com/zaf-x/WoW#readme):

- `wow_common.protocol` — length-prefixed wire framing and packet
  (de)serialization (authentication, address assignment, tunnel data,
  keepalives). See [docs/protocol.md](../docs/protocol.md).
- `wow_common.tun` — Linux TUN device wrapper with policy routing
  (`fwmark` bypass), DNS binding and NAT helpers for IPv4 and IPv6.

## Install

```bash
pip install .
```

## License

`wow-common` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
