mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
add parser version info
This commit is contained in:
@ -97,6 +97,7 @@ def about_jc():
|
|||||||
if hasattr(parser_map[parser], 'info'):
|
if hasattr(parser_map[parser], 'info'):
|
||||||
parser_entry = {
|
parser_entry = {
|
||||||
'name': parser_map[parser].__name__.split('.')[-1],
|
'name': parser_map[parser].__name__.split('.')[-1],
|
||||||
|
'version': parser_map[parser].info.version,
|
||||||
'description': parser_map[parser].info.description,
|
'description': parser_map[parser].info.description,
|
||||||
'author': parser_map[parser].info.author,
|
'author': parser_map[parser].info.author,
|
||||||
'author_email': parser_map[parser].info.author_email,
|
'author_email': parser_map[parser].info.author_email,
|
||||||
|
Reference in New Issue
Block a user