1
This module (authres) is designed to provide support for RFC 5451,
2
http://tools.ietf.org/html/rfc5451, processing in Python.
4
Header folding and unfolding is the responsibility of the calling application.
6
Between docstrings and RFC 5451 the API should be reasonably clear, but the
7
docstrings are still a work in progress. The API is completely reworked from
10
This package requires python2.6 or later (including python3).
12
This is completely untested on Windows, but in theory should work.