1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +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

@ -12,6 +12,11 @@ Usage (cli):
Usage (module):
import jc
result = jc.parse('crontab', crontab_output)
or
import jc.parsers.crontab
result = jc.parsers.crontab.parse(crontab_output)