Download project files

How do I verify a download?


2123 of 23 releases

0.3 release from the 0.3 series released

Release information
Changelog:

--- 0.3 (2012-01-07 05:24)

  + Added support for comments on most header elements to object constructors.
    Comments are correctly stringified from constructed objects, however
    conversely, are not currently parsed from strings.
  ! The authres function and most object constructor signatures have changed in
    terms of argument order to allow for new comment arguments. Using named
    arguments is recommended.
  * Added additional doctests from RFC 5451 examples

File Description Downloads
download icon authres-0.3.tar.gz (md5, sig) 0.3 1,822
last downloaded 40 weeks ago
Total downloads: 1,822

0.2 release from the 0.2 series released

Release information
Changelog:

  ! Reworked API from scratch to be more properly OO, extendable, and
    maintainable
  + Parse authentication results headers
  ! Started rework of doctests to match new API and be more readable
  + Specific subclasses for creating and parsing dkim, domainKeys, spf,
    senderid, iprev, and smtp auth authentication methods

File Description Downloads
download icon authres-0.2.tar.gz (md5, sig) 0.2 release tarball 1,269
last downloaded 3 days ago
Total downloads: 1,269

0.1 release from the 0.1 series released

Release information
Release notes:

This module (authres) is designed to provide support for RFC 5451,
http://tools.ietf.org/html/rfc5451, processing in Python.

Currently it only supports header creation. If proper (RFC compliant input
is provided, it should provide an RFC compliant header. Some input validation
is implemented, but it is by no means complete. API for the class is
described in the docstrings. Between that and the RFC it should be reasonably
clear.

Header folding (and thus doctests) does not currently work with python3.

This is completely untested on Windows, but in theory should work.

File Description Downloads
download icon authres-0.1.tar.gz (md5, sig) Initial release 1,070
last downloaded 45 weeks ago
Total downloads: 1,070

2123 of 23 releases