diff --git a/jc/__init__.py b/jc/__init__.py index ff2d7e66..d3c6e20a 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -5,18 +5,22 @@ This package serializes the output of many standard unix command line tools to dictionaries and lists of dictionaries. -Interactive Documentation +## Interactive Documentation >>> help(jc) >>> help(jc.lib) >>> help(jc.util) >>> jc.get_help('parser_module_name') -Online Documentation +## Online Documentation +Latest: https://github.com/kellyjonbrazil/jc/tree/master/docs -Example: +Specific version (replace - e.g. `1.17.7`): +https://github.com/kellyjonbrazil/jc/tree/v/docs + +## Example: >>> import subprocess >>> import jc @@ -39,7 +43,9 @@ modules directly: >>> data [{'id': 64612, 'opcode': 'QUERY', 'status': 'NOERROR', ...}] -Available Functions (use `help(jc.lib)` for details): +## Available Functions + +Use `help(jc.lib)` for details: parse(parser_module_name: str, data: str | iterable) High-level API to easily access the parser. This API will find both