Metadata-Version: 2.0
Name: django-cas-minimal
Version: 2.3.5
Summary: A Django CAS library for version 1.7.4 which actually works
Home-page: https://github.com/ParthKolekar/django-cas
Author: Parth Kolekar
Author-email: parth.kolekar@students.iiit.ac.in
License: BSD
Keywords: django-cas
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.7
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7

=============================
django-cas
=============================

.. image:: https://badge.fury.io/py/django-cas-minimal.png
    :target: https://badge.fury.io/py/django-cas-minimal

.. image:: https://travis-ci.org/ParthKolekar/django-cas.png?branch=master
    :target: https://travis-ci.org/ParthKolekar/django-cas

A Django CAS library for version 1.7.4 which actually works

Documentation
-------------

The full documentation is at https://django-cas.readthedocs.org.

Quickstart
----------

Install django-cas::

    pip install django-cas-minimal

Then use it in a project::

    import django_cas

Running Tests
--------------

Does the code actually work?

::

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install -r requirements-test.txt
    (myenv) $ python runtests.py

Credits
---------

Credits to .. _django_cas: https://bitbucket.org/cpcc/django-cas

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-pypackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

2.3.5 (2016-02-11)
++++++++++++++++++

* First Stable Complete Version

2.3.0 (2015-10-02)
++++++++++++++++++

* Updated configurations and documentation

0.1.0 (2015-10-02)
++++++++++++++++++

* First release on PyPI.


