diff --git a/jc/parsers/arp.py b/jc/parsers/arp.py index ae4a016c..1d8e9d92 100644 --- a/jc/parsers/arp.py +++ b/jc/parsers/arp.py @@ -92,7 +92,7 @@ import jc.parsers.universal class info(): version = '1.1' - description = 'arp parser' + description = 'arp command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 8acfacb6..ea234a20 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -133,7 +133,7 @@ import jc.parsers.universal class info(): version = '1.1' - description = 'crontab file parser' + description = 'crontab command and file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/df.py b/jc/parsers/df.py index 6ca5ca32..817f0a21 100644 --- a/jc/parsers/df.py +++ b/jc/parsers/df.py @@ -74,7 +74,7 @@ import jc.parsers.universal class info(): version = '1.1' - description = 'df parser' + description = 'df command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index 4b1a347a..6966942d 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -325,7 +325,7 @@ import jc.utils class info(): version = '1.0' - description = 'dig parser' + description = 'dig command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/du.py b/jc/parsers/du.py index a9bb0285..c0026558 100644 --- a/jc/parsers/du.py +++ b/jc/parsers/du.py @@ -74,7 +74,7 @@ import jc.parsers.universal class info(): version = '1.1' - description = 'du parser' + description = 'du command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/env.py b/jc/parsers/env.py index 2db52784..d95ed003 100644 --- a/jc/parsers/env.py +++ b/jc/parsers/env.py @@ -53,7 +53,7 @@ import jc.utils class info(): version = '1.1' - description = 'env parser' + description = 'env command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/foo.py b/jc/parsers/foo.py index 51170fb2..ffb80951 100644 --- a/jc/parsers/foo.py +++ b/jc/parsers/foo.py @@ -21,7 +21,7 @@ import jc.utils class info(): version = '1.0' - description = 'foo parser' + description = 'foo command parser' author = 'John Doe' author_email = 'johndoe@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/free.py b/jc/parsers/free.py index 5eefe44a..aaf119ec 100644 --- a/jc/parsers/free.py +++ b/jc/parsers/free.py @@ -54,7 +54,7 @@ import jc.parsers.universal class info(): version = '1.0' - description = 'free parser' + description = 'free command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/fstab.py b/jc/parsers/fstab.py index 374cc883..4d1387ef 100644 --- a/jc/parsers/fstab.py +++ b/jc/parsers/fstab.py @@ -71,7 +71,7 @@ import jc.utils class info(): version = '1.0' - description = '/etc/fstab file parser' + description = 'fstab command and file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/history.py b/jc/parsers/history.py index 5dba34a9..4f1b62b4 100644 --- a/jc/parsers/history.py +++ b/jc/parsers/history.py @@ -45,7 +45,7 @@ import jc class info(): version = '1.1' - description = 'history parser' + description = 'history command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/id.py b/jc/parsers/id.py index a7aacf9f..c19021c6 100644 --- a/jc/parsers/id.py +++ b/jc/parsers/id.py @@ -71,7 +71,7 @@ import jc.utils class info(): version = '1.0' - description = 'id parser' + description = 'id command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/ifconfig.py b/jc/parsers/ifconfig.py index 02173c8a..7c4df2ed 100644 --- a/jc/parsers/ifconfig.py +++ b/jc/parsers/ifconfig.py @@ -147,7 +147,7 @@ from ifconfigparser import IfconfigParser class info(): version = '1.5' - description = 'ifconfig parser' + description = 'ifconfig command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Using ifconfig-parser package from https://github.com/KnightWhoSayNi/ifconfig-parser' diff --git a/jc/parsers/iptables.py b/jc/parsers/iptables.py index 89ba2767..9a75fd78 100644 --- a/jc/parsers/iptables.py +++ b/jc/parsers/iptables.py @@ -135,7 +135,7 @@ import jc.utils class info(): version = '1.1' - description = 'iptables parser' + description = 'iptables command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/jobs.py b/jc/parsers/jobs.py index a717b000..c5c5f0b8 100644 --- a/jc/parsers/jobs.py +++ b/jc/parsers/jobs.py @@ -78,7 +78,7 @@ import jc.utils class info(): version = '1.0' - description = 'jobs parser' + description = 'jobs command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/ls.py b/jc/parsers/ls.py index e3430319..e3500428 100644 --- a/jc/parsers/ls.py +++ b/jc/parsers/ls.py @@ -145,7 +145,7 @@ import jc.utils class info(): version = '1.0' - description = 'ls parser' + description = 'ls command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/lsblk.py b/jc/parsers/lsblk.py index 10ffb0b9..49544d51 100644 --- a/jc/parsers/lsblk.py +++ b/jc/parsers/lsblk.py @@ -217,7 +217,7 @@ import jc.parsers.universal class info(): version = '1.3' - description = 'lsblk parser' + description = 'lsblk command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/lsmod.py b/jc/parsers/lsmod.py index 512bbd52..6b8cf40a 100644 --- a/jc/parsers/lsmod.py +++ b/jc/parsers/lsmod.py @@ -108,7 +108,7 @@ import jc.parsers.universal class info(): version = '1.1' - description = 'lsmod parser' + description = 'lsmod command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/lsof.py b/jc/parsers/lsof.py index c388f923..6557ad9f 100644 --- a/jc/parsers/lsof.py +++ b/jc/parsers/lsof.py @@ -98,7 +98,7 @@ import jc.parsers.universal class info(): version = '1.0' - description = 'lsof parser' + description = 'lsof command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/mount.py b/jc/parsers/mount.py index 32a16763..0fcdb690 100644 --- a/jc/parsers/mount.py +++ b/jc/parsers/mount.py @@ -57,7 +57,7 @@ import jc.utils class info(): version = '1.1' - description = 'mount parser' + description = 'mount command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/netstat.py b/jc/parsers/netstat.py index 622d09e6..a31531c5 100644 --- a/jc/parsers/netstat.py +++ b/jc/parsers/netstat.py @@ -314,7 +314,7 @@ import jc.utils class info(): version = '1.2' - description = 'netstat parser' + description = 'netstat command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/pip_list.py b/jc/parsers/pip_list.py index 806006fa..5bcd5160 100644 --- a/jc/parsers/pip_list.py +++ b/jc/parsers/pip_list.py @@ -33,7 +33,7 @@ import jc.parsers.universal class info(): version = '1.0' - description = 'pip list parser' + description = 'pip list command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/pip_show.py b/jc/parsers/pip_show.py index ceeadc67..185e0528 100644 --- a/jc/parsers/pip_show.py +++ b/jc/parsers/pip_show.py @@ -43,7 +43,7 @@ import jc.utils class info(): version = '1.0' - description = 'pip show parser' + description = 'pip show command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/ps.py b/jc/parsers/ps.py index 5489c3c8..1b91275a 100644 --- a/jc/parsers/ps.py +++ b/jc/parsers/ps.py @@ -178,7 +178,7 @@ import jc.parsers.universal class info(): version = '1.1' - description = 'ps parser' + description = 'ps command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/route.py b/jc/parsers/route.py index 43ad8720..668ea354 100644 --- a/jc/parsers/route.py +++ b/jc/parsers/route.py @@ -102,7 +102,7 @@ import jc.parsers.universal class info(): version = '1.0' - description = 'route parser' + description = 'route command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/ss.py b/jc/parsers/ss.py index 974d4b24..13ac4166 100644 --- a/jc/parsers/ss.py +++ b/jc/parsers/ss.py @@ -252,7 +252,7 @@ import jc.utils class info(): version = '1.0' - description = 'ss parser' + description = 'ss command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/stat.py b/jc/parsers/stat.py index 1c37f84a..ecf89f48 100644 --- a/jc/parsers/stat.py +++ b/jc/parsers/stat.py @@ -105,7 +105,7 @@ import jc.utils class info(): version = '1.0' - description = 'stat parser' + description = 'stat command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/systemctl.py b/jc/parsers/systemctl.py index 0e68ccdf..d70fe63f 100644 --- a/jc/parsers/systemctl.py +++ b/jc/parsers/systemctl.py @@ -41,7 +41,7 @@ import jc.utils class info(): version = '1.0' - description = 'systemctl parser' + description = 'systemctl command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/systemctl_lj.py b/jc/parsers/systemctl_lj.py index 685a4ef2..0ca69dbf 100644 --- a/jc/parsers/systemctl_lj.py +++ b/jc/parsers/systemctl_lj.py @@ -60,7 +60,7 @@ import jc.utils class info(): version = '1.0' - description = 'systemctl list-jobs parser' + description = 'systemctl list-jobs command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/systemctl_ls.py b/jc/parsers/systemctl_ls.py index 074cd628..bbc2c27d 100644 --- a/jc/parsers/systemctl_ls.py +++ b/jc/parsers/systemctl_ls.py @@ -35,7 +35,7 @@ import jc.utils class info(): version = '1.0' - description = 'systemctl list-sockets parser' + description = 'systemctl list-sockets command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/systemctl_luf.py b/jc/parsers/systemctl_luf.py index 5b0f09e7..a049d351 100644 --- a/jc/parsers/systemctl_luf.py +++ b/jc/parsers/systemctl_luf.py @@ -32,7 +32,7 @@ import jc.utils class info(): version = '1.0' - description = 'systemctl list-unit-files parser' + description = 'systemctl list-unit-files command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/uname.py b/jc/parsers/uname.py index a4983d09..41876d56 100644 --- a/jc/parsers/uname.py +++ b/jc/parsers/uname.py @@ -31,7 +31,7 @@ import jc.utils class info(): version = '1.1' - description = 'uname -a parser' + description = 'uname -a command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/uptime.py b/jc/parsers/uptime.py index 2454a314..bf0bc2c5 100644 --- a/jc/parsers/uptime.py +++ b/jc/parsers/uptime.py @@ -35,7 +35,7 @@ import jc.utils class info(): version = '1.0' - description = 'uptime parser' + description = 'uptime command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/w.py b/jc/parsers/w.py index 77ad68cb..119ad5c5 100644 --- a/jc/parsers/w.py +++ b/jc/parsers/w.py @@ -84,7 +84,7 @@ import jc.utils class info(): version = '1.0' - description = 'w parser' + description = 'w command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'