1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add "command" to description

This commit is contained in:
Kelly Brazil
2020-02-13 09:47:40 -05:00
parent dd6680efb2
commit 515a8a84b7
33 changed files with 33 additions and 33 deletions

View File

@ -92,7 +92,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.1' version = '1.1'
description = 'arp parser' description = 'arp command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -133,7 +133,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.1' version = '1.1'
description = 'crontab file parser' description = 'crontab command and file parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
# details = 'enter any other details here' # details = 'enter any other details here'

View File

@ -74,7 +74,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.1' version = '1.1'
description = 'df parser' description = 'df command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -325,7 +325,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'dig parser' description = 'dig command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -74,7 +74,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.1' version = '1.1'
description = 'du parser' description = 'du command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
# details = 'enter any other details here' # details = 'enter any other details here'

View File

@ -53,7 +53,7 @@ import jc.utils
class info(): class info():
version = '1.1' version = '1.1'
description = 'env parser' description = 'env command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -21,7 +21,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'foo parser' description = 'foo command parser'
author = 'John Doe' author = 'John Doe'
author_email = 'johndoe@gmail.com' author_email = 'johndoe@gmail.com'
# details = 'enter any other details here' # details = 'enter any other details here'

View File

@ -54,7 +54,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.0' version = '1.0'
description = 'free parser' description = 'free command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -71,7 +71,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = '/etc/fstab file parser' description = 'fstab command and file parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -45,7 +45,7 @@ import jc
class info(): class info():
version = '1.1' version = '1.1'
description = 'history parser' description = 'history command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -71,7 +71,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'id parser' description = 'id command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
# details = 'enter any other details here' # details = 'enter any other details here'

View File

@ -147,7 +147,7 @@ from ifconfigparser import IfconfigParser
class info(): class info():
version = '1.5' version = '1.5'
description = 'ifconfig parser' description = 'ifconfig command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
details = 'Using ifconfig-parser package from https://github.com/KnightWhoSayNi/ifconfig-parser' details = 'Using ifconfig-parser package from https://github.com/KnightWhoSayNi/ifconfig-parser'

View File

@ -135,7 +135,7 @@ import jc.utils
class info(): class info():
version = '1.1' version = '1.1'
description = 'iptables parser' description = 'iptables command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -78,7 +78,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'jobs parser' description = 'jobs command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -145,7 +145,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'ls parser' description = 'ls command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -217,7 +217,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.3' version = '1.3'
description = 'lsblk parser' description = 'lsblk command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -108,7 +108,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.1' version = '1.1'
description = 'lsmod parser' description = 'lsmod command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -98,7 +98,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.0' version = '1.0'
description = 'lsof parser' description = 'lsof command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -57,7 +57,7 @@ import jc.utils
class info(): class info():
version = '1.1' version = '1.1'
description = 'mount parser' description = 'mount command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -314,7 +314,7 @@ import jc.utils
class info(): class info():
version = '1.2' version = '1.2'
description = 'netstat parser' description = 'netstat command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -33,7 +33,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.0' version = '1.0'
description = 'pip list parser' description = 'pip list command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -43,7 +43,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'pip show parser' description = 'pip show command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -178,7 +178,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.1' version = '1.1'
description = 'ps parser' description = 'ps command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -102,7 +102,7 @@ import jc.parsers.universal
class info(): class info():
version = '1.0' version = '1.0'
description = 'route parser' description = 'route command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -252,7 +252,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'ss parser' description = 'ss command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -105,7 +105,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'stat parser' description = 'stat command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -41,7 +41,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'systemctl parser' description = 'systemctl command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -60,7 +60,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'systemctl list-jobs parser' description = 'systemctl list-jobs command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -35,7 +35,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'systemctl list-sockets parser' description = 'systemctl list-sockets command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -32,7 +32,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'systemctl list-unit-files parser' description = 'systemctl list-unit-files command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -31,7 +31,7 @@ import jc.utils
class info(): class info():
version = '1.1' version = '1.1'
description = 'uname -a parser' description = 'uname -a command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -35,7 +35,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'uptime parser' description = 'uptime command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'

View File

@ -84,7 +84,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'w parser' description = 'w command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'