depdigest.get_info#

depdigest.get_info(module_path, format='table')[source]#

Return dependency information for a given package root.

Parameters:
  • module_path (str) – Package root or module path used to resolve _depdigest.py.

  • format (str) – One of: - “table”: legacy row-oriented output (default). - “dict”: structured dictionary output. - “json”: JSON string of the structured dictionary output.

Return type:

Any