Metadata-Version: 2.2
Name: api-wg-simple
Version: 0.2
Summary: A simple API connector for interacting with WireGuard API
Home-page: https://github.com/beardrubyblue/api-wg-simple
Author: Alexandr
Author-email: sander.sisoev@gmil.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: pydantic
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# My API Connector

This library provides a simple API connector for interacting with WireGuard API.

## Installation

```bash
pip install api-wg-simple
