~ar-python-hackers/authentication-results-python/trunk

« back to all changes in this revision

Viewing changes to authres/__main__.py

  • Committer: Scott Kitterman
  • Date: 2016-12-11 06:08:52 UTC
  • Revision ID: scott@kitterman.com-20161211060852-1pyta3jfpfpkoofl
  * Updated README and docstring reference to refer to RFC 7601
  * Bump version numbers to 0.900 due to new feature support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""
19
19
Package for parsing ``Authentication-Results`` headers as defined in RFC
20
 
5451/7001.  Optional support for authentication methods defined in RFCs 5617,
21
 
6008, 6212, and 7281.
 
20
5451/7001/7601.  Optional support for authentication methods defined in RFCs
 
21
5617, 6008, 6212, and 7281.
22
22
"""
23
23
 
24
24
__author__  = 'Julian Mehnle, Scott Kitterman'
25
25
__email__   = 'scott@kitterman.com'
26
 
__version__ = '0.800'
 
26
__version__ = '0.900'
27
27
 
28
28
def _test():
29
29
    import doctest