Metadata-Version: 2.4
Name: meshpop-wire
Version: 0.7.0
Summary: Wire VPN — installs official Go binaries (wire, wired) from GitHub Releases
Author: Meshpop
License-Expression: MIT
Project-URL: Homepage, https://github.com/meshpop/wire
Project-URL: Repository, https://github.com/meshpop/wire
Project-URL: Changelog, https://github.com/meshpop/wire/blob/main/CHANGELOG.md
Keywords: wireguard,vpn,mesh,meshpop,wire
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# meshpop-wire (PyPI)

This package installs the official **`wire`** and **`wired`** binaries from [GitHub Releases](https://github.com/meshpop/wire/releases) (same naming as `make release`: `wire-{os}-{arch}`, `wired-{os}-{arch}`).

## Install from PyPI

```bash
pip install meshpop-wire
wire version
sudo wired   # daemon; requires root on first run per Wire docs
```

## Publish (maintainers)

From this directory:

```bash
python -m pip install --upgrade build twine
python -m build
twine upload dist/*
```

Use [trusted publishing](https://docs.pypi.org/trusted-publishers/) or API tokens; never commit credentials.
