Commit graph

18 commits

Author SHA1 Message Date
MasterRoshan
d0653d4807 fixed description link 2019-03-26 17:27:08 -04:00
MasterRoshan
ca1eaf9234 updated package name 2019-03-26 14:45:10 -04:00
fprocess
51ab70c8e4 Fix the bug because of the new version of [Flask](https://pypi.org/project/Flask/) not support flask.ext.cas semantics 2018-05-18 01:51:23 +08:00
Cameron Brandon White
10ee70466a v1.0.1 2016-01-11 21:19:15 -08:00
Cameron Brandon White
f36a977d59 Version bump to 1.0.0 2015-08-05 12:05:21 -07:00
Warren Nelson
83a170ee47 Add xmltodict to setup.py 2015-08-04 17:03:40 -04:00
Cameron Brandon White
bb3c03ea9d Version bump 2015-01-29 17:10:24 -08:00
Cameron Brandon White
6d882d22a6 Version bump 2015-01-25 10:33:16 -08:00
Cameron Brandon White
29c9203c03 version bump 2014-08-10 13:54:42 -07:00
Cameron Brandon White
2dbc55c329 Simplified username/token retrieval
Instead of:

```python
username = flask.session.get(
        app.config['CAS_USERNAME_SESSION_KEY'], None),
token = flask.session.get(
        app.config['CAS_TOKEN_SESSION_KEY'], None),
```

There is now two new properties in the cas object :

```python
username = cas.username
token = cas.token
```
2014-06-25 12:31:50 -07:00
Cameron Brandon White
d35e0543af Updated description in setup.py 2014-06-24 22:42:13 -07:00
Cameron Brandon White
c9f19ed885 Enabled automatic testing for python 3.4 2014-06-24 22:25:51 -07:00
Cameron Brandon White
d9c199ed18 Version 0.4.0 2014-05-22 17:03:48 -07:00
Cameron Brandon White
6694da6193 Updated version and documentation 2014-04-05 14:04:10 -07:00
Cameron Brandon White
6b62c6a163 Python 3, removed 2to3, tests
Added support for python3 without the need for 2to3. I removed
2to3 because I was getting unreliable behavior. I also added
more test.  I changed the way tests are ran.
2014-04-05 13:43:00 -07:00
Cameron Brandon White
764a348808 TravisCI now testing python 3.3
- Setup.py uses 2to3
- Version changed to 0.2.0
2014-04-04 13:55:07 -07:00
Cameron Brandon White
6715104a55 Removed testing deps from setup.py 2014-03-31 03:40:19 -07:00
Cameron Brandon White
505b50d082 Added setup.py 2014-03-30 21:19:22 -07:00