Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thewh1teagle/evpn
- Owner: thewh1teagle
- Created: 2022-11-16T06:05:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:49:10.000Z (7 months ago)
- Last Synced: 2024-07-22T19:09:41.053Z (7 months ago)
- Topics: cross-platform, expressvpn, python, vpn
- Language: Python
- Homepage: https://thewh1teagle.github.io/Evpn
- Size: 1.04 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!