1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

add module list info

This commit is contained in:
Kelly Brazil
2022-01-18 13:46:11 -08:00
parent 9dd553192f
commit 03feb89c84
2 changed files with 4 additions and 0 deletions

View File

@ -87,3 +87,5 @@ Alternatively, you can bypass the high-level API and call the parser modules dir
'2600:1700:bab0:d40::1#53(2600:1700:bab0:d40::1)', 'when': 'Fri Apr 16 16:13:00 PDT 2021', 'rcvd': 56,
'when_epoch': 1618614780, 'when_epoch_utc': None}]
To get a list of all available parser module names, use `jc.parser_mod_list()`. For a list of plugin parser module names only, use `jc.plugin_parser_mod_list()`.

View File

@ -84,6 +84,8 @@ Alternatively, you can bypass the high-level API and call the parser modules dir
'class': 'IN', 'type': 'A', 'ttl': 29658, 'data': '93.184.216.34'}], 'query_time': 52, 'server':
'2600:1700:bab0:d40::1#53(2600:1700:bab0:d40::1)', 'when': 'Fri Apr 16 16:13:00 PDT 2021', 'rcvd': 56,
'when_epoch': 1618614780, 'when_epoch_utc': None}]
To get a list of all available parser module names, use `jc.parser_mod_list()`. For a list of plugin parser module names only, use `jc.plugin_parser_mod_list()`.
"""
from .lib import __version__, parse, parser_mod_list, plugin_parser_mod_list