Metadata-Version: 2.1
Name: pywireguard
Version: 2.2.1
Summary: A cross-platform Python library for managing WireGuard interfaces.
Home-page: https://github.com/inloco/pywireguard
Author: Paulo Luna
Author-email: jpsl93@hotmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/inloco/pywireguard/issues
Project-URL: Source Code, https://github.com/inloco/pywireguard
Project-URL: Documentation, https://pywireguard.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyroute2.core (~=0.6.5)
Requires-Dist: cryptography (~=3.4.7)

# pyWireGuard

A cross-platform Python library for managing WireGuard interfaces.

# Install

```bash
pip install pywireguard
```

[Documentation](https://pywireguard.readthedocs.io/en/latest/)

