Metadata-Version: 2.4
Name: masktunnel
Version: 1.0.10
Summary: Python bindings for MaskTunnel (Go)
Home-page: https://github.com/cloudflyer-project/masktunnel
Author: cloudflyer-project
License: GPL-3.0
Project-URL: Bug Reports, https://github.com/cloudflyer-project/masktunnel/issues
Project-URL: Source, https://github.com/cloudflyer-project/masktunnel
Project-URL: Documentation, https://github.com/cloudflyer-project/masktunnel#readme
Platform: any
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: setuptools>=40.0
Requires-Dist: click>=8.0
Requires-Dist: loguru
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# masktunnel (Python bindings)

This directory contains the Python package that wraps MaskTunnel's Go implementation via gopy.

- Package name: `masktunnel`
- Native module directory (generated at build time): `masktunnellib/`

Build notes:

- Building from source requires Go and a C toolchain.
- Wheels are produced by CI for common platforms.
