diff --git a/docs/parsers/airport.md b/docs/parsers/airport.md index 0f6e6300..765be260 100644 --- a/docs/parsers/airport.md +++ b/docs/parsers/airport.md @@ -77,7 +77,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/airport_s.md b/docs/parsers/airport_s.md index bf436e1a..5c6dc64f 100644 --- a/docs/parsers/airport_s.md +++ b/docs/parsers/airport_s.md @@ -109,11 +109,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { "ssid": string, @@ -144,5 +144,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/arp.md b/docs/parsers/arp.md index 95669611..f6a4330e 100644 --- a/docs/parsers/arp.md +++ b/docs/parsers/arp.md @@ -119,11 +119,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -154,5 +154,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/blkid.md b/docs/parsers/blkid.md index 243d40c8..f4436988 100644 --- a/docs/parsers/blkid.md +++ b/docs/parsers/blkid.md @@ -101,11 +101,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -157,5 +157,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/cksum.md b/docs/parsers/cksum.md index 42c525ef..dc1aee57 100644 --- a/docs/parsers/cksum.md +++ b/docs/parsers/cksum.md @@ -61,11 +61,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -91,5 +91,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/crontab.md b/docs/parsers/crontab.md index be58d445..0b9507d1 100644 --- a/docs/parsers/crontab.md +++ b/docs/parsers/crontab.md @@ -156,7 +156,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/crontab_u.md b/docs/parsers/crontab_u.md index c29c7837..ef2523f7 100644 --- a/docs/parsers/crontab_u.md +++ b/docs/parsers/crontab_u.md @@ -153,7 +153,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/csv.md b/docs/parsers/csv.md index 6ea2099f..3e77c079 100644 --- a/docs/parsers/csv.md +++ b/docs/parsers/csv.md @@ -80,11 +80,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Each dictionary represents a row in the csv file: + List of Dictionaries. Each Dictionary represents a row in the csv file: [ { @@ -109,5 +109,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/date.md b/docs/parsers/date.md index 61cc6897..a07cc8f3 100644 --- a/docs/parsers/date.md +++ b/docs/parsers/date.md @@ -63,7 +63,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/df.md b/docs/parsers/df.md index 826ea81f..f81f842d 100644 --- a/docs/parsers/df.md +++ b/docs/parsers/df.md @@ -95,11 +95,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -134,5 +134,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/dig.md b/docs/parsers/dig.md index c8d57bcb..74789309 100644 --- a/docs/parsers/dig.md +++ b/docs/parsers/dig.md @@ -347,11 +347,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -421,5 +421,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/dmidecode.md b/docs/parsers/dmidecode.md index 7528b26e..09746022 100644 --- a/docs/parsers/dmidecode.md +++ b/docs/parsers/dmidecode.md @@ -125,11 +125,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -162,5 +162,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/du.md b/docs/parsers/du.md index 9d802eb8..06131b41 100644 --- a/docs/parsers/du.md +++ b/docs/parsers/du.md @@ -95,11 +95,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -124,5 +124,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/env.md b/docs/parsers/env.md index eb70a4bd..5e0db774 100644 --- a/docs/parsers/env.md +++ b/docs/parsers/env.md @@ -77,11 +77,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -107,5 +107,5 @@ Parameters: Returns: Dictionary of raw structured data or - list of dictionaries of processed structured data + List of Dictionaries of processed structured data diff --git a/docs/parsers/file.md b/docs/parsers/file.md index 8f37f654..7f5733e8 100644 --- a/docs/parsers/file.md +++ b/docs/parsers/file.md @@ -70,11 +70,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -99,5 +99,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/free.md b/docs/parsers/free.md index e9bc3cdb..dc99de43 100644 --- a/docs/parsers/free.md +++ b/docs/parsers/free.md @@ -75,11 +75,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -109,5 +109,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/fstab.md b/docs/parsers/fstab.md index e86d81d0..4a9e3971 100644 --- a/docs/parsers/fstab.md +++ b/docs/parsers/fstab.md @@ -89,11 +89,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -122,5 +122,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/group.md b/docs/parsers/group.md index 768d0898..b5b95931 100644 --- a/docs/parsers/group.md +++ b/docs/parsers/group.md @@ -113,11 +113,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -146,5 +146,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/gshadow.md b/docs/parsers/gshadow.md index 6b80d493..414c27e9 100644 --- a/docs/parsers/gshadow.md +++ b/docs/parsers/gshadow.md @@ -79,11 +79,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -114,5 +114,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/hash.md b/docs/parsers/hash.md index 0179a34f..ca9546aa 100644 --- a/docs/parsers/hash.md +++ b/docs/parsers/hash.md @@ -45,11 +45,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -74,5 +74,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/hashsum.md b/docs/parsers/hashsum.md index 4c8c2494..958db927 100644 --- a/docs/parsers/hashsum.md +++ b/docs/parsers/hashsum.md @@ -76,11 +76,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -105,5 +105,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/history.md b/docs/parsers/history.md index 98ad35fd..744eee91 100644 --- a/docs/parsers/history.md +++ b/docs/parsers/history.md @@ -65,11 +65,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -95,5 +95,5 @@ Parameters: Returns: Dictionary of raw structured data or - list of dictionaries of processed structured data + List of Dictionaries of processed structured data diff --git a/docs/parsers/hosts.md b/docs/parsers/hosts.md index 459d695d..fa56cfc5 100644 --- a/docs/parsers/hosts.md +++ b/docs/parsers/hosts.md @@ -80,11 +80,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -111,5 +111,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/id.md b/docs/parsers/id.md index c392353d..8afe3b10 100644 --- a/docs/parsers/id.md +++ b/docs/parsers/id.md @@ -93,7 +93,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: @@ -142,5 +142,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + Dictionary. Raw or processed structured data. diff --git a/docs/parsers/ifconfig.md b/docs/parsers/ifconfig.md index 58a01c46..1a2036fc 100644 --- a/docs/parsers/ifconfig.md +++ b/docs/parsers/ifconfig.md @@ -174,11 +174,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -229,5 +229,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/ini.md b/docs/parsers/ini.md index fbd5cbb7..0d38e819 100644 --- a/docs/parsers/ini.md +++ b/docs/parsers/ini.md @@ -69,7 +69,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/iptables.md b/docs/parsers/iptables.md index 0206ce50..e4b9467e 100644 --- a/docs/parsers/iptables.md +++ b/docs/parsers/iptables.md @@ -157,11 +157,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -200,5 +200,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/jobs.md b/docs/parsers/jobs.md index 19dbc81f..de3cb74e 100644 --- a/docs/parsers/jobs.md +++ b/docs/parsers/jobs.md @@ -99,11 +99,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -131,5 +131,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/last.md b/docs/parsers/last.md index 16ad5070..f6b05bf3 100644 --- a/docs/parsers/last.md +++ b/docs/parsers/last.md @@ -94,11 +94,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -127,5 +127,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/ls.md b/docs/parsers/ls.md index 6c7b480c..ba68082f 100644 --- a/docs/parsers/ls.md +++ b/docs/parsers/ls.md @@ -166,11 +166,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -201,5 +201,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/lsblk.md b/docs/parsers/lsblk.md index 8f96273a..016e6dc3 100644 --- a/docs/parsers/lsblk.md +++ b/docs/parsers/lsblk.md @@ -238,11 +238,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -305,5 +305,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/lsmod.md b/docs/parsers/lsmod.md index ebec2dc6..9b0e27df 100644 --- a/docs/parsers/lsmod.md +++ b/docs/parsers/lsmod.md @@ -129,11 +129,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -162,5 +162,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/lsof.md b/docs/parsers/lsof.md index fc3e7c6e..543abcec 100644 --- a/docs/parsers/lsof.md +++ b/docs/parsers/lsof.md @@ -119,11 +119,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -156,5 +156,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/mount.md b/docs/parsers/mount.md index fbf01a1d..57cd3400 100644 --- a/docs/parsers/mount.md +++ b/docs/parsers/mount.md @@ -79,11 +79,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -112,5 +112,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/netstat.md b/docs/parsers/netstat.md index ef297b9a..bb5c0763 100644 --- a/docs/parsers/netstat.md +++ b/docs/parsers/netstat.md @@ -270,11 +270,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -391,5 +391,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/ntpq.md b/docs/parsers/ntpq.md index 78544261..313d8b6e 100644 --- a/docs/parsers/ntpq.md +++ b/docs/parsers/ntpq.md @@ -205,11 +205,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -244,5 +244,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/passwd.md b/docs/parsers/passwd.md index f10b6dd6..42ee12bf 100644 --- a/docs/parsers/passwd.md +++ b/docs/parsers/passwd.md @@ -97,11 +97,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -131,5 +131,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/ping.md b/docs/parsers/ping.md index 464c239c..b2f83a8c 100644 --- a/docs/parsers/ping.md +++ b/docs/parsers/ping.md @@ -132,7 +132,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/pip_list.md b/docs/parsers/pip_list.md index d57f3b65..3e4a24c6 100644 --- a/docs/parsers/pip_list.md +++ b/docs/parsers/pip_list.md @@ -54,11 +54,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -84,5 +84,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/pip_show.md b/docs/parsers/pip_show.md index 1efde887..04ea0cec 100644 --- a/docs/parsers/pip_show.md +++ b/docs/parsers/pip_show.md @@ -65,11 +65,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -103,5 +103,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/ps.md b/docs/parsers/ps.md index 2a5d1690..2d854823 100644 --- a/docs/parsers/ps.md +++ b/docs/parsers/ps.md @@ -199,11 +199,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -243,5 +243,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/route.md b/docs/parsers/route.md index 957ab3bf..d1d2e5da 100644 --- a/docs/parsers/route.md +++ b/docs/parsers/route.md @@ -106,11 +106,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -147,5 +147,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/shadow.md b/docs/parsers/shadow.md index bda7bca8..60196aa1 100644 --- a/docs/parsers/shadow.md +++ b/docs/parsers/shadow.md @@ -103,11 +103,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -138,5 +138,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/ss.md b/docs/parsers/ss.md index 7a9c2035..4f081e1e 100644 --- a/docs/parsers/ss.md +++ b/docs/parsers/ss.md @@ -273,11 +273,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -317,5 +317,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/stat.md b/docs/parsers/stat.md index 5f6ae105..86b08e05 100644 --- a/docs/parsers/stat.md +++ b/docs/parsers/stat.md @@ -127,11 +127,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -177,5 +177,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/sysctl.md b/docs/parsers/sysctl.md index 60fcd47b..e167c0c8 100644 --- a/docs/parsers/sysctl.md +++ b/docs/parsers/sysctl.md @@ -63,7 +63,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/systemctl.md b/docs/parsers/systemctl.md index bb50a8f7..af747f2e 100644 --- a/docs/parsers/systemctl.md +++ b/docs/parsers/systemctl.md @@ -63,11 +63,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -95,5 +95,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/systemctl_lj.md b/docs/parsers/systemctl_lj.md index a83d9f00..4975256a 100644 --- a/docs/parsers/systemctl_lj.md +++ b/docs/parsers/systemctl_lj.md @@ -82,11 +82,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -113,5 +113,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/systemctl_ls.md b/docs/parsers/systemctl_ls.md index ab611814..7c61eea2 100644 --- a/docs/parsers/systemctl_ls.md +++ b/docs/parsers/systemctl_ls.md @@ -57,11 +57,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -87,5 +87,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/systemctl_luf.md b/docs/parsers/systemctl_luf.md index af198663..a7253569 100644 --- a/docs/parsers/systemctl_luf.md +++ b/docs/parsers/systemctl_luf.md @@ -54,11 +54,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -83,5 +83,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/timedatectl.md b/docs/parsers/timedatectl.md index c3ac81aa..4cd48d31 100644 --- a/docs/parsers/timedatectl.md +++ b/docs/parsers/timedatectl.md @@ -61,7 +61,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/tracepath.md b/docs/parsers/tracepath.md index 2d5f2937..68ea3a1c 100644 --- a/docs/parsers/tracepath.md +++ b/docs/parsers/tracepath.md @@ -130,7 +130,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/traceroute.md b/docs/parsers/traceroute.md index 4969a455..0b67eda0 100644 --- a/docs/parsers/traceroute.md +++ b/docs/parsers/traceroute.md @@ -119,7 +119,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/uname.md b/docs/parsers/uname.md index 9b03e263..7060cc43 100644 --- a/docs/parsers/uname.md +++ b/docs/parsers/uname.md @@ -51,7 +51,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/uptime.md b/docs/parsers/uptime.md index 48235230..a927c45b 100644 --- a/docs/parsers/uptime.md +++ b/docs/parsers/uptime.md @@ -57,7 +57,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/w.md b/docs/parsers/w.md index c64e99d2..7082229a 100644 --- a/docs/parsers/w.md +++ b/docs/parsers/w.md @@ -105,11 +105,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -140,5 +140,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/wc.md b/docs/parsers/wc.md index c56ab9d6..754e0052 100644 --- a/docs/parsers/wc.md +++ b/docs/parsers/wc.md @@ -60,11 +60,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -91,5 +91,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/who.md b/docs/parsers/who.md index 012a8d18..245a62a4 100644 --- a/docs/parsers/who.md +++ b/docs/parsers/who.md @@ -125,11 +125,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -161,5 +161,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. diff --git a/docs/parsers/xml.md b/docs/parsers/xml.md index ed981725..ab081418 100644 --- a/docs/parsers/xml.md +++ b/docs/parsers/xml.md @@ -77,7 +77,7 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/docs/parsers/yaml.md b/docs/parsers/yaml.md index ab28102e..ddc808ed 100644 --- a/docs/parsers/yaml.md +++ b/docs/parsers/yaml.md @@ -89,11 +89,11 @@ Final processing to conform to the schema. Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Each dictionary represents a YAML document: + List of Dictionaries. Each dictionary represents a YAML document: [ { @@ -118,5 +118,5 @@ Parameters: Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries representing the YAML documents. diff --git a/jc/parsers/airport.py b/jc/parsers/airport.py index 2b725b55..555234f9 100644 --- a/jc/parsers/airport.py +++ b/jc/parsers/airport.py @@ -83,7 +83,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/airport_s.py b/jc/parsers/airport_s.py index 87158ed0..ca05c99e 100644 --- a/jc/parsers/airport_s.py +++ b/jc/parsers/airport_s.py @@ -116,11 +116,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { "ssid": string, @@ -173,7 +173,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/arp.py b/jc/parsers/arp.py index 32beaedd..8c48d85d 100644 --- a/jc/parsers/arp.py +++ b/jc/parsers/arp.py @@ -125,11 +125,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -173,7 +173,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/blkid.py b/jc/parsers/blkid.py index c3cdcda1..b0a89bd4 100644 --- a/jc/parsers/blkid.py +++ b/jc/parsers/blkid.py @@ -108,11 +108,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -178,7 +178,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/cksum.py b/jc/parsers/cksum.py index 04d9303f..1f555034 100644 --- a/jc/parsers/cksum.py +++ b/jc/parsers/cksum.py @@ -67,11 +67,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -105,7 +105,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 8db346f2..78238d19 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -163,7 +163,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/crontab_u.py b/jc/parsers/crontab_u.py index 1d280aef..0b13b59c 100644 --- a/jc/parsers/crontab_u.py +++ b/jc/parsers/crontab_u.py @@ -159,7 +159,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/csv.py b/jc/parsers/csv.py index 8a1781a7..515f0f46 100644 --- a/jc/parsers/csv.py +++ b/jc/parsers/csv.py @@ -86,11 +86,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Each dictionary represents a row in the csv file: + List of Dictionaries. Each Dictionary represents a row in the csv file: [ { @@ -116,7 +116,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/date.py b/jc/parsers/date.py index 024e06f4..f2cf49ca 100644 --- a/jc/parsers/date.py +++ b/jc/parsers/date.py @@ -68,7 +68,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/df.py b/jc/parsers/df.py index 141c4f23..92a038a7 100644 --- a/jc/parsers/df.py +++ b/jc/parsers/df.py @@ -101,11 +101,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -186,7 +186,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index 3e3cc21b..c14f6b04 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -352,11 +352,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -566,7 +566,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: diff --git a/jc/parsers/dmidecode.py b/jc/parsers/dmidecode.py index a08149cc..f275280d 100644 --- a/jc/parsers/dmidecode.py +++ b/jc/parsers/dmidecode.py @@ -131,11 +131,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -180,7 +180,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/du.py b/jc/parsers/du.py index c73e17db..dbf36bcd 100644 --- a/jc/parsers/du.py +++ b/jc/parsers/du.py @@ -102,11 +102,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -140,7 +140,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/env.py b/jc/parsers/env.py index 3bac5f2a..299b1b87 100644 --- a/jc/parsers/env.py +++ b/jc/parsers/env.py @@ -82,11 +82,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -120,7 +120,7 @@ def parse(data, raw=False, quiet=False): Returns: Dictionary of raw structured data or - list of dictionaries of processed structured data + List of Dictionaries of processed structured data """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/file.py b/jc/parsers/file.py index 2d4a0b8c..743e57e8 100644 --- a/jc/parsers/file.py +++ b/jc/parsers/file.py @@ -76,11 +76,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -105,7 +105,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/foo.py b/jc/parsers/foo.py index 64e32306..fb051638 100644 --- a/jc/parsers/foo.py +++ b/jc/parsers/foo.py @@ -51,11 +51,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -82,7 +82,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/free.py b/jc/parsers/free.py index dd5e5156..fa8a54f2 100644 --- a/jc/parsers/free.py +++ b/jc/parsers/free.py @@ -81,11 +81,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -125,7 +125,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/fstab.py b/jc/parsers/fstab.py index bd4cd208..3249c461 100644 --- a/jc/parsers/fstab.py +++ b/jc/parsers/fstab.py @@ -93,11 +93,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -135,7 +135,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/group.py b/jc/parsers/group.py index 8235374e..6d74a243 100644 --- a/jc/parsers/group.py +++ b/jc/parsers/group.py @@ -118,11 +118,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -163,7 +163,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/gshadow.py b/jc/parsers/gshadow.py index 21859736..111cc859 100644 --- a/jc/parsers/gshadow.py +++ b/jc/parsers/gshadow.py @@ -84,11 +84,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -125,7 +125,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/hash.py b/jc/parsers/hash.py index 9ef08d01..8f97c448 100644 --- a/jc/parsers/hash.py +++ b/jc/parsers/hash.py @@ -50,11 +50,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -89,7 +89,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/hashsum.py b/jc/parsers/hashsum.py index 9f7b8612..bc0f0366 100644 --- a/jc/parsers/hashsum.py +++ b/jc/parsers/hashsum.py @@ -82,11 +82,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -112,7 +112,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/history.py b/jc/parsers/history.py index 72a8dcdc..5e832c7f 100644 --- a/jc/parsers/history.py +++ b/jc/parsers/history.py @@ -70,11 +70,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -108,7 +108,7 @@ def parse(data, raw=False, quiet=False): Returns: Dictionary of raw structured data or - list of dictionaries of processed structured data + List of Dictionaries of processed structured data """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/hosts.py b/jc/parsers/hosts.py index 5b54b4e6..8a8cbdda 100644 --- a/jc/parsers/hosts.py +++ b/jc/parsers/hosts.py @@ -84,11 +84,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -116,7 +116,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/id.py b/jc/parsers/id.py index fba69571..d43b1114 100644 --- a/jc/parsers/id.py +++ b/jc/parsers/id.py @@ -99,7 +99,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: @@ -169,7 +169,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + Dictionary. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/ifconfig.py b/jc/parsers/ifconfig.py index 3afbd037..6bff4aea 100644 --- a/jc/parsers/ifconfig.py +++ b/jc/parsers/ifconfig.py @@ -390,11 +390,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -475,7 +475,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/ini.py b/jc/parsers/ini.py index 35bd3820..4303dd6d 100644 --- a/jc/parsers/ini.py +++ b/jc/parsers/ini.py @@ -75,7 +75,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/iptables.py b/jc/parsers/iptables.py index 4f3da1cb..78c2faa8 100644 --- a/jc/parsers/iptables.py +++ b/jc/parsers/iptables.py @@ -162,11 +162,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -243,7 +243,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/jobs.py b/jc/parsers/jobs.py index 32c465b0..33e2acdd 100644 --- a/jc/parsers/jobs.py +++ b/jc/parsers/jobs.py @@ -105,11 +105,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -146,7 +146,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/last.py b/jc/parsers/last.py index fea684c5..710e372b 100644 --- a/jc/parsers/last.py +++ b/jc/parsers/last.py @@ -101,11 +101,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -152,7 +152,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/ls.py b/jc/parsers/ls.py index 91a40b7c..8d2e22b9 100644 --- a/jc/parsers/ls.py +++ b/jc/parsers/ls.py @@ -172,11 +172,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -217,7 +217,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/lsblk.py b/jc/parsers/lsblk.py index 62cc8273..0ef58a4f 100644 --- a/jc/parsers/lsblk.py +++ b/jc/parsers/lsblk.py @@ -244,11 +244,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -331,7 +331,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/lsmod.py b/jc/parsers/lsmod.py index 338a7798..386f87be 100644 --- a/jc/parsers/lsmod.py +++ b/jc/parsers/lsmod.py @@ -135,11 +135,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -178,7 +178,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/lsof.py b/jc/parsers/lsof.py index 38181d2f..70eebfd3 100644 --- a/jc/parsers/lsof.py +++ b/jc/parsers/lsof.py @@ -125,11 +125,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -171,7 +171,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/mount.py b/jc/parsers/mount.py index bc39067a..1a7ca79e 100644 --- a/jc/parsers/mount.py +++ b/jc/parsers/mount.py @@ -84,11 +84,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -162,7 +162,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/netstat.py b/jc/parsers/netstat.py index 5fd58725..a1a117b1 100644 --- a/jc/parsers/netstat.py +++ b/jc/parsers/netstat.py @@ -274,11 +274,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -433,7 +433,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ import jc.utils if not quiet: diff --git a/jc/parsers/netstat_freebsd_osx.py b/jc/parsers/netstat_freebsd_osx.py index 8e1b3e0e..e593ad36 100644 --- a/jc/parsers/netstat_freebsd_osx.py +++ b/jc/parsers/netstat_freebsd_osx.py @@ -146,7 +146,7 @@ def parse(cleandata): Returns: - List of dictionaries. Raw structured data. + List of Dictionaries. Raw structured data. """ raw_output = [] network = False diff --git a/jc/parsers/netstat_linux.py b/jc/parsers/netstat_linux.py index 9a764c16..0c7dcc57 100644 --- a/jc/parsers/netstat_linux.py +++ b/jc/parsers/netstat_linux.py @@ -188,7 +188,7 @@ def parse(cleandata): Returns: - List of dictionaries. Raw structured data. + List of Dictionaries. Raw structured data. """ raw_output = [] network = False diff --git a/jc/parsers/ntpq.py b/jc/parsers/ntpq.py index dbcc8dc1..c614f32a 100644 --- a/jc/parsers/ntpq.py +++ b/jc/parsers/ntpq.py @@ -211,11 +211,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -272,7 +272,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/passwd.py b/jc/parsers/passwd.py index 8aed1b9c..b38d77b9 100644 --- a/jc/parsers/passwd.py +++ b/jc/parsers/passwd.py @@ -102,11 +102,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -145,7 +145,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/ping.py b/jc/parsers/ping.py index 3faf5dab..4b2be341 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -5,7 +5,7 @@ Supports `ping` and `ping6` output. Usage (cli): Note: Use the ping `-c` (count) option, otherwise data will not be piped to `jc`. - + $ ping -c 3 1.2.3.4 | jc --ping or @@ -138,7 +138,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/pip_list.py b/jc/parsers/pip_list.py index 470992b3..29fdbb75 100644 --- a/jc/parsers/pip_list.py +++ b/jc/parsers/pip_list.py @@ -60,11 +60,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -90,7 +90,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/pip_show.py b/jc/parsers/pip_show.py index f279314d..f277025c 100644 --- a/jc/parsers/pip_show.py +++ b/jc/parsers/pip_show.py @@ -70,11 +70,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -108,7 +108,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/ps.py b/jc/parsers/ps.py index 45230670..4e8efc4d 100644 --- a/jc/parsers/ps.py +++ b/jc/parsers/ps.py @@ -205,11 +205,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -285,7 +285,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/route.py b/jc/parsers/route.py index 18f2835b..3f496ecc 100644 --- a/jc/parsers/route.py +++ b/jc/parsers/route.py @@ -112,11 +112,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -185,7 +185,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/shadow.py b/jc/parsers/shadow.py index 02fe620a..cd066038 100644 --- a/jc/parsers/shadow.py +++ b/jc/parsers/shadow.py @@ -108,11 +108,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -152,7 +152,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/ss.py b/jc/parsers/ss.py index 78d6180f..26b42bbd 100644 --- a/jc/parsers/ss.py +++ b/jc/parsers/ss.py @@ -279,11 +279,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -344,7 +344,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/stat.py b/jc/parsers/stat.py index 98801519..d7fcaf13 100644 --- a/jc/parsers/stat.py +++ b/jc/parsers/stat.py @@ -133,11 +133,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -200,7 +200,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/sysctl.py b/jc/parsers/sysctl.py index 42bdb31c..c42283af 100644 --- a/jc/parsers/sysctl.py +++ b/jc/parsers/sysctl.py @@ -69,7 +69,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/systemctl.py b/jc/parsers/systemctl.py index 6c645cf5..fc4ecca4 100644 --- a/jc/parsers/systemctl.py +++ b/jc/parsers/systemctl.py @@ -68,11 +68,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -100,7 +100,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/systemctl_lj.py b/jc/parsers/systemctl_lj.py index cad74177..2e71604a 100644 --- a/jc/parsers/systemctl_lj.py +++ b/jc/parsers/systemctl_lj.py @@ -87,11 +87,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -126,7 +126,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/systemctl_ls.py b/jc/parsers/systemctl_ls.py index ee9d069c..9e089f76 100644 --- a/jc/parsers/systemctl_ls.py +++ b/jc/parsers/systemctl_ls.py @@ -62,11 +62,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -92,7 +92,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/systemctl_luf.py b/jc/parsers/systemctl_luf.py index 11d309cb..255b6244 100644 --- a/jc/parsers/systemctl_luf.py +++ b/jc/parsers/systemctl_luf.py @@ -59,11 +59,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -88,7 +88,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/timedatectl.py b/jc/parsers/timedatectl.py index 338548f8..fdb22d6c 100644 --- a/jc/parsers/timedatectl.py +++ b/jc/parsers/timedatectl.py @@ -67,7 +67,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/tracepath.py b/jc/parsers/tracepath.py index a343800c..8083c67c 100644 --- a/jc/parsers/tracepath.py +++ b/jc/parsers/tracepath.py @@ -136,7 +136,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/traceroute.py b/jc/parsers/traceroute.py index 7dae7e2d..a174153b 100644 --- a/jc/parsers/traceroute.py +++ b/jc/parsers/traceroute.py @@ -306,7 +306,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/uname.py b/jc/parsers/uname.py index ce79a237..b300ea37 100644 --- a/jc/parsers/uname.py +++ b/jc/parsers/uname.py @@ -60,7 +60,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/uptime.py b/jc/parsers/uptime.py index c49fd8e8..31eed2cf 100644 --- a/jc/parsers/uptime.py +++ b/jc/parsers/uptime.py @@ -62,7 +62,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/w.py b/jc/parsers/w.py index fcf6210f..7f554fd8 100644 --- a/jc/parsers/w.py +++ b/jc/parsers/w.py @@ -111,11 +111,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -152,7 +152,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/wc.py b/jc/parsers/wc.py index a5d4e39a..afa395bb 100644 --- a/jc/parsers/wc.py +++ b/jc/parsers/wc.py @@ -65,11 +65,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -104,7 +104,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/who.py b/jc/parsers/who.py index 7a6448ed..a91da148 100644 --- a/jc/parsers/who.py +++ b/jc/parsers/who.py @@ -132,11 +132,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Structured data with the following schema: + List of Dictionaries. Structured data with the following schema: [ { @@ -177,7 +177,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries. Raw or processed structured data. """ if not quiet: jc.utils.compatibility(__name__, info.compatible) diff --git a/jc/parsers/xml.py b/jc/parsers/xml.py index a130d89b..b69a03eb 100644 --- a/jc/parsers/xml.py +++ b/jc/parsers/xml.py @@ -83,7 +83,7 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (Dictionary) raw structured data to process Returns: diff --git a/jc/parsers/yaml.py b/jc/parsers/yaml.py index 948e2ee3..9ccbd1a8 100644 --- a/jc/parsers/yaml.py +++ b/jc/parsers/yaml.py @@ -95,11 +95,11 @@ def process(proc_data): Parameters: - proc_data: (dictionary) raw structured data to process + proc_data: (List of Dictionaries) raw structured data to process Returns: - List of dictionaries. Each dictionary represents a YAML document: + List of Dictionaries. Each dictionary represents a YAML document: [ { @@ -125,7 +125,7 @@ def parse(data, raw=False, quiet=False): Returns: - List of dictionaries. Raw or processed structured data. + List of Dictionaries representing the YAML documents. """ if not quiet: jc.utils.compatibility(__name__, info.compatible)