c00kiemon5ter / eduid-common

eduID common code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.. 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

About

eduID common code

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%