inspect4py
inspect4py copied to clipboard
Package/Library - what to capture in the sofware
Options:
- store the module that the console script calls to --> setup_info["run"].append("python -m " + cs_run )
- store the console script name --> setup_info["run"].append(cs_string )
Example - lets take somef, Option 1, will store: python -m somef.main:trycli Option 2, will store: somef