Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

evpn

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evpn

ExpressVPN python native API

  • 1.0.3
  • PyPI
  • Socket score

Maintainers
1

Evpn

ExpressVPN python native API

Control express VPN on your machine using Native messaging protocol.

Setup
pip3 install -U evpn
Basic Usage
from evpn import ExpressVpnApi
import random

with ExpressVpnApi() as api:
    locations = api.locations # get available locations
    loc = random.choice(locations)
    api.connect(loc["id"])
Examples

random_location.py

About
  • This library is Cross Platform (Windows, Linux, MacOS are supported)
  • It talking to expressVPN daemon using native message protocol.
Development
  1. Install dependencies pip3 install .
  2. Install dev dependencies pip3 install .[dev]
  3. Lint it pylint --rcfile=.pylintrc --recursive=y .
  4. Test your changes python3 -m pytest .
  5. Make new PR 🚀
Contributing

Every contribution is welcome. If you want to contribute but are unsure where to start, any open issues are fair game!

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc