From a38cd36be3d2e76cc29afa71db7cf79364d26de2 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 11 Apr 2019 16:38:37 -0400 Subject: [PATCH] 6.3.2 --- _modules/index.html | 4 ++-- _modules/parsedmarc.html | 6 +++--- _modules/parsedmarc/elastic.html | 4 ++-- _modules/parsedmarc/splunk.html | 4 ++-- _modules/parsedmarc/utils.html | 4 ++-- _sources/index.rst.txt | 10 ++++++++-- _static/documentation_options.js | 2 +- _static/searchtools.js | 10 ++++++++++ genindex.html | 4 ++-- index.html | 8 ++++---- objects.inv | Bin 750 -> 750 bytes py-modindex.html | 4 ++-- search.html | 4 ++-- 13 files changed, 40 insertions(+), 24 deletions(-) diff --git a/_modules/index.html b/_modules/index.html index eb8f415..a747990 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -8,7 +8,7 @@ - Overview: module code — parsedmarc 6.3.1 documentation + Overview: module code — parsedmarc 6.3.2 documentation @@ -58,7 +58,7 @@
- 6.3.1 + 6.3.2
diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html index 043d6aa..b7bf4bd 100644 --- a/_modules/parsedmarc.html +++ b/_modules/parsedmarc.html @@ -8,7 +8,7 @@ - parsedmarc — parsedmarc 6.3.1 documentation + parsedmarc — parsedmarc 6.3.2 documentation @@ -58,7 +58,7 @@
- 6.3.1 + 6.3.2
@@ -185,7 +185,7 @@ from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime from parsedmarc.utils import parse_email -__version__ = "6.3.1" +__version__ = "6.3.2" logging.basicConfig( format='%(levelname)8s:%(filename)s:%(lineno)d:' diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html index 3d85961..33a4a98 100644 --- a/_modules/parsedmarc/elastic.html +++ b/_modules/parsedmarc/elastic.html @@ -8,7 +8,7 @@ - parsedmarc.elastic — parsedmarc 6.3.1 documentation + parsedmarc.elastic — parsedmarc 6.3.2 documentation @@ -58,7 +58,7 @@
- 6.3.1 + 6.3.2
diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html index ee2096b..2d08476 100644 --- a/_modules/parsedmarc/splunk.html +++ b/_modules/parsedmarc/splunk.html @@ -8,7 +8,7 @@ - parsedmarc.splunk — parsedmarc 6.3.1 documentation + parsedmarc.splunk — parsedmarc 6.3.2 documentation @@ -58,7 +58,7 @@
- 6.3.1 + 6.3.2
diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html index cae231b..7447271 100644 --- a/_modules/parsedmarc/utils.html +++ b/_modules/parsedmarc/utils.html @@ -8,7 +8,7 @@ - parsedmarc.utils — parsedmarc 6.3.1 documentation + parsedmarc.utils — parsedmarc 6.3.2 documentation @@ -58,7 +58,7 @@
- 6.3.1 + 6.3.2
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index b7ab9ce..857d176 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -7,7 +7,7 @@ parsedmarc documentation - Open source DMARC report analyzer and visualizer =========================================================================== -|Build Status| +|Build Status| |Code Coverage| |PyPI Package| .. image:: _static/screenshots/dmarc-summary-charts.png :alt: A screenshot of DMARC summary charts in Kibana @@ -791,7 +791,7 @@ On Debian/Ubuntu based systems, run: sudo apt-get install -y apt-transport-https wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - - echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list + echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list sudo apt-get update sudo apt-get install -y default-jre-headless elasticsearch kibana @@ -1511,6 +1511,12 @@ Indices and tables .. |Build Status| image:: https://travis-ci.org/domainaware/parsedmarc.svg?branch=master :target: https://travis-ci.org/domainaware/parsedmarc +.. |Code Coverage| image:: https://codecov.io/gh/domainaware/parsedmarc/branch/master/graph/badge.svg + :target: https://codecov.io/gh/domainaware/parsedmarc + +.. |PyPI Package| image:: https://badge.fury.io/py/parsedmarc.svg + :target: https://badge.fury.io/py/parsedmarc + .. _Demystifying DMARC: https://seanthegeek.net/459/demystifying-dmarc/ .. _Cloudflare's public resolvers: https://1.1.1.1/ diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 1eda596..c6413cb 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '6.3.1', + VERSION: '6.3.2', LANGUAGE: 'None', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', diff --git a/_static/searchtools.js b/_static/searchtools.js index 4c58264..bdc2706 100644 --- a/_static/searchtools.js +++ b/_static/searchtools.js @@ -75,6 +75,16 @@ var Search = { } }, + loadIndex : function(url) { + $.ajax({type: "GET", url: url, data: null, + dataType: "script", cache: true, + complete: function(jqxhr, textstatus) { + if (textstatus != "success") { + document.getElementById("searchindexloader").src = url; + } + }}); + }, + setIndex : function(index) { var q; this._index = index; diff --git a/genindex.html b/genindex.html index 586f5fa..7159b35 100644 --- a/genindex.html +++ b/genindex.html @@ -9,7 +9,7 @@ - Index — parsedmarc 6.3.1 documentation + Index — parsedmarc 6.3.2 documentation @@ -59,7 +59,7 @@
- 6.3.1 + 6.3.2
diff --git a/index.html b/index.html index 10b1115..65bc156 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.3.1 documentation + parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.3.2 documentation @@ -58,7 +58,7 @@
- 6.3.1 + 6.3.2
@@ -221,7 +221,7 @@

parsedmarc documentation - Open source DMARC report analyzer and visualizerΒΆ

-

Build Status

+

Build Status Code Coverage PyPI Package

A screenshot of DMARC summary charts in Kibana

parsedmarc is a Python module and CLI utility for parsing DMARC reports. When used with Elasticsearch and Kibana (or Splunk), it works as a self-hosted @@ -939,7 +939,7 @@ config file:

On Debian/Ubuntu based systems, run:

sudo apt-get install -y apt-transport-https
 wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
-echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
+echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
 sudo apt-get update
 sudo apt-get install -y default-jre-headless elasticsearch kibana
 
diff --git a/objects.inv b/objects.inv index 09e4a63170694df6beb4381af81e191fe26680c1..51d466c5ffcbf1856b516b736d61a42006275c3e 100644 GIT binary patch delta 12 TcmaFI`i^yi6Qj{a=haLAAr}OV delta 12 TcmaFI`i^yi6Qkiq=haLAArb_P diff --git a/py-modindex.html b/py-modindex.html index 4d413cb..48f4c38 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -8,7 +8,7 @@ - Python Module Index — parsedmarc 6.3.1 documentation + Python Module Index — parsedmarc 6.3.2 documentation @@ -61,7 +61,7 @@
- 6.3.1 + 6.3.2
diff --git a/search.html b/search.html index 4fe9f12..79a55f7 100644 --- a/search.html +++ b/search.html @@ -8,7 +8,7 @@ - Search — parsedmarc 6.3.1 documentation + Search — parsedmarc 6.3.2 documentation @@ -59,7 +59,7 @@
- 6.3.1 + 6.3.2