Metadata-Version: 2.1
Name: eduvpn_client
Version: 4.0.0
Summary: eduVPN client
Home-page: https://github.com/eduvpn/python-eduvpn-client
Author: Jeroen Wijenbergh
Author-email: jeroen.wijenbergh@geant.org
License: GPL3
Keywords: vpn openvpn networking security
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Operating System Kernels :: Linux
Classifier: Topic :: System :: Networking
Classifier: Environment :: X11 Applications
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: gui
Provides-Extra: test
Provides-Extra: mypy
License-File: LICENSE
License-File: LICENSE.spdx


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 recommended way to install the eduVPN client for Linux is using one of the packages for your Linux distribution.
The online documentation at [http://python-eduvpn-client.readthedocs.io](http://python-eduvpn-client.readthedocs.io)
contains detailed installation instructions.

To directly install eduVPN from a checkout of this repository run:

```bash
$ python3 -m venv venv
$ venv/bin/pip install ".[gui]"
```
