/eduid-webapp

Collections of eduID webapps

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

.. contents::

Introduction
============

Authentication service for eduID applications.

Install
-------

For development and testing,
make a virtualenv, activate it, and install like::

  $ virtualenv venv
  $ source venv/bin/activate
  $ python setup.py testing

Test
----

Once installed, test it with::

  $ source venv/bin/activate
  $ nosetests