Skip to main content

Python library interaction with openVPN manager interface

Project description

Python library interaction with openVPN manager interface

Futures:

  • Async
  • Support tcp/unix_socket connection. ("unix:///path_socket", "tcp://host:port")

Example

import asyncio

from py_ovpn_mi import VPNManager

async def main():
    a = VPNManager(url="tcp://127.0.0.1:80")
    await a.connect()

asyncio.run(main())

# Exceptions: ConnectionError

Development

Links:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovpn_manager-1.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

ovpn_manager-1.1.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page