Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

gijzelaerr/python-eduvpn

Repository files navigation

Linux eduVPN client and Python API

This is the GNU/Linux desktop client for eduVPN. It also is a Python client API.

Read more about eduVPN on the eduVPN website http://eduvpn.org/.

Installation

The python eduVPN client is available on pypi:

$ pip install eduvpn

Or to install the Graphical User Interface and/or the Network manager integration:

$ pip install "eduvpn[gui]"

For more detailed instruction you can find the full installation instructions [here](http://python-eduvpn-client.readthedocs.io/en/latest/introduction.html#installation).

Documentation
=============

You can find the documentation on [http://python-eduvpn-client.readthedocs.io](http://python-eduvpn-client.readthedocs.io).

Development
===========

[![Build Status](https://travis-ci.org/eduvpn/python-eduvpn-client.svg?branch=master)](https://travis-ci.org/eduvpn/python-eduvpn-client)