Python CAS client library
Project description
Python CAS implements CAS protocol (Central Authentication Service) client.
This project was started by refactoring out CASClient classes from the django-cas-ng project.
Now CASClient can be used by any python project, e.g. Django, Pyramid, Flask, Sanic, FastAPI, Tornado, web2py etc.
Features
Support Client part of CAS version 1.0, 2.0 and 3.0.
Support Python 2.7, 3.5, 3.6, 3.7, 3.8
Documentation
Installation
Install the latest stable release with pip:
pip install python-cas
Install the latest code:
pip install https://github.com/python-cas/python-cas/archive/master.zip
Install from source code:
git clone --depth 1 git@github.com:python-cas/python-cas.git cd python-cas python setup.py install
Testing
Every code commit triggers a travis-ci build. checkout current build status at https://travis-ci.org/python-cas/python-cas
Testing is managed by pytest and tox. Before run install, you need install required packages for testing:
pip install -r requirements-dev.txt
To run testing on locally:
py.test
To run all testing on all enviroments locally:
tox
Contribution
Contributions are welcome!
If you would like to contribute this project. Please feel free to fork and send pull request. Please make sure tests are passed. Also welcome to add your name to Credits section of this document.
New code should follow both PEP8.
Credits
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file python-cas-mb-1.5.1.tar.gz
.
File metadata
- Download URL: python-cas-mb-1.5.1.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3805788850ed9961c8875c4056e045e2a9fae1407e4cf5338fad73f7cd75484 |
|
MD5 | 8eb6d5295b443fddbde745b846e853c8 |
|
BLAKE2b-256 | 28d7f8b4e81372d721cb94a3c45a3d65ede452d3e6be2de87507c2fe7bb066d2 |
File details
Details for the file python_cas_mb-1.5.1-py2.py3-none-any.whl
.
File metadata
- Download URL: python_cas_mb-1.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff1e40b853ad8139b849a79217ea9cf749451e05a6ca1fed13ead5dc941e4be9 |
|
MD5 | 9ff2ea8fbd02228c51d5abf59c82d57f |
|
BLAKE2b-256 | 88b3a5a07845ed79d263f9ef4c3a7f637a0c383ff5ff622b9ba4e0bc801c2616 |