From a62ba01c01a60caa16ad2cd4c40df29451650055 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 8 Feb 2018 15:17:05 -0500 Subject: [PATCH] 1.1.0 --- _modules/index.html | 8 +++---- _modules/parsedmarc.html | 44 +++++++++++++++++++++++++++------------ genindex.html | 28 ++++++++++++++++++++----- index.html | 45 ++++++++++++++++++++++++++++++++++++---- objects.inv | 8 +++---- py-modindex.html | 8 +++---- search.html | 8 +++---- searchindex.js | 2 +- 8 files changed, 112 insertions(+), 39 deletions(-) diff --git a/_modules/index.html b/_modules/index.html index 33ff168..3401a38 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -8,7 +8,7 @@ - Overview: module code — parsedmarc 1.0.5 documentation + Overview: module code — parsedmarc 1.1.0 documentation @@ -35,7 +35,7 @@ - + @@ -64,7 +64,7 @@
- 1.0.5 + 1.1.0
@@ -187,7 +187,7 @@ @@ -65,7 +65,7 @@
- 1.0.5 + 1.1.0
@@ -154,10 +154,28 @@

Index

- I + E + | H + | I | P
+

E

+ + +
+ +

H

+ + +
+

I

    @@ -218,7 +236,7 @@ @@ -64,7 +64,7 @@
    - 1.0.5 + 1.1.0
    @@ -335,6 +335,43 @@ substitute pip as

    Raised when an invalid DMARC aggregate report is encountered

    +
    +
    +parsedmarc.extract_xml(_input)[source]
    +

    Extracts xml from a zip or gzip file at the given path, file-like object, +or bytes.

    + +++ + + + + + + + +
    Parameters:_input – A path to a file, a file like object, or bytes
    Returns:The extracted XML
    Return type:str
    +
    + +
    +
    +parsedmarc.human_timestamp_to_datetime(human_timestamp)[source]
    +

    Converts a human-readable timestamp into a Python DateTime object

    + +++ + + + + + + + +
    Parameters:human_timestamp (str) – A timestamp in YYYY-MM-DD HH:MM:SS` format
    Returns:The converted timestamp
    Return type:DateTime
    +
    +
    parsedmarc.parse_aggregate_report_file(_input, nameservers=None, timeout=6.0)[source]
    @@ -453,7 +490,7 @@ headers

    @@ -64,7 +64,7 @@
    - 1.0.5 + 1.1.0
    @@ -195,7 +195,7 @@