/eduid-common

eduID common code

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

.. contents::

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

Common code for eduID applications.

Install
-------

Generally installed as a dependency. 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