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

« back to all changes in this revision

Viewing changes to README

  • Committer: Scott Kitterman
  • Date: 2011-08-10 20:57:12 UTC
  • Revision ID: scott@kitterman.com-20110810205712-wj9onxv4q5m5pjjv
* Add support files from 0.1 and update for 0.2: setup.py, COPYING, MANIFEST.in, README.
* Add changelog (CHANGES) and add to MANIFEST.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This module (authres) is designed to provide support for RFC 5451,
 
2
http://tools.ietf.org/html/rfc5451,  processing in Python.
 
3
 
 
4
Header folding and unfolding is the responsibility of the calling application.
 
5
 
 
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
 
8
version 0.1.
 
9
 
 
10
This package requires python2.6 or later (including python3).
 
11
 
 
12
This is completely untested on Windows, but in theory should work.