1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-27 00:41:20 +02:00

add new high-level api info

This commit is contained in:
Kelly Brazil
2022-01-18 14:18:12 -08:00
parent 03feb89c84
commit 2c42baf3a4
34 changed files with 174 additions and 0 deletions

View File

@ -14,6 +14,11 @@ Usage (cli):
Usage (module):
import jc
result = jc.parse('dpkg_l', dpkg_command_output)
or
import jc.parsers.dpkg_l
result = jc.parsers.dpkg_l.parse(dpkg_command_output)