Evpn is Python library for control ExpressVPN on your machine using Native messaging
the docs available here
- Install dependencies
pip3 install . - Install dev dependencies
pip3 install .[dev] - Lint it
pylint --rcfile=.pylintrc --recursive=y . - Test your changes
python3 -m pytest . - Make new PR 🚀
Every contribution is welcome. If you want to contribute but are unsure where to start, any open issues are fair game!