LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
eduvpn/__init__.py
eduvpn/config.py
eduvpn/crypto.py
eduvpn/exceptions.py
eduvpn/io.py
eduvpn/manager.py
eduvpn/metadata.py
eduvpn/notify.py
eduvpn/oauth2.py
eduvpn/openvpn.py
eduvpn/other_nm.py
eduvpn/remote.py
eduvpn/test_util.py
eduvpn/ui.py
eduvpn/util.py
eduvpn/actions/__init__.py
eduvpn/actions/activate.py
eduvpn/actions/add.py
eduvpn/actions/delete.py
eduvpn/actions/select.py
eduvpn/actions/switch.py
eduvpn/actions/vpn_status.py
eduvpn/steps/__init__.py
eduvpn/steps/browser.py
eduvpn/steps/custom_url.py
eduvpn/steps/finalize.py
eduvpn/steps/instance.py
eduvpn/steps/messages.py
eduvpn/steps/profile.py
eduvpn/steps/provider.py
eduvpn/steps/reauth.py
eduvpn/steps/two_way_auth.py
eduvpn_client.egg-info/PKG-INFO
eduvpn_client.egg-info/SOURCES.txt
eduvpn_client.egg-info/dependency_links.txt
eduvpn_client.egg-info/requires.txt
eduvpn_client.egg-info/top_level.txt
scripts/eduvpn-client
share/applications/eduvpn-client.desktop
share/eduvpn/eduvpn.png
share/eduvpn/eduvpn.ui
share/eduvpn/eduvpn.ui~
share/eduvpn/institute.png
share/eduvpn/institute_small.png
share/eduvpn/internet.png
share/eduvpn/internet_small.png
share/icons/hicolor/128x128/apps/eduvpn-client.png
share/icons/hicolor/256x256/apps/eduvpn-client.png
share/icons/hicolor/48x48/apps/eduvpn-client.png
share/icons/hicolor/512x512/apps/eduvpn-client.png
tests/__init__.py
tests/example.ovpn
tests/test_actions.py
tests/test_crypto.py
tests/test_io.py
tests/test_manager.py
tests/test_metadata.py
tests/test_notify.py
tests/test_oauth2.py
tests/test_openvpn.py
tests/test_remote.py
tests/test_steps.py
tests/test_ui.py
tests/test_util.py