republicofdata-io / damn

The DAMN (Data Assets Metric Navigation) tool extracts and reports metrics about your data assets
https://pypi.org/project/damn-tool/
12 stars 0 forks source link

Convert CLI commands to library functions #38

Closed olivierdupuis closed 1 year ago

olivierdupuis commented 1 year ago

As a user, I want to be able to use DAMN tool's functionality within a Python script as library functions, so that I can incorporate them into other tools or workflows.

The work involves refactoring the existing commands (ls, show, metrics) to make them usable both as standalone CLI commands and as importable Python functions.

Tasks include: