Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free.

I wrote a Python script for PIA here: pia-auto-login.py

However, I need to make it more modular so that it does the OpenVPN changes from this script. Then I want to create two more packages (at least): one for Network Manager (removing the NM stuff from this script) and another one for Connman.

Each connection system seems to use a different format for the config file, but some people might want to use NM but not Connman (or maybe something else). I am not sure how I should set this up to work better.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.