Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thewh1teagle/evpn

Cross Platform ExpressVPN python native API
https://github.com/thewh1teagle/evpn

cross-platform expressvpn python vpn

Last synced: 3 months ago
JSON representation

Cross Platform ExpressVPN python native API

Awesome Lists containing this project

README

        

# Evpn
[Evpn](https://thewh1teagle.github.io/Evpn/) is Python library for control [ExpressVPN](https://www.expressvpn.com/vpn-software) on your machine using [Native messaging](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging)

##### Docs
the docs available [here](https://thewh1teagle.github.io/Evpn/)

##### 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!