pigar icon indicating copy to clipboard operation
pigar copied to clipboard

Pigar doesn't scan files if it doesn't has a .py extension

Open amitech opened this issue 4 years ago • 0 comments

I have many Python files which are executables, but they don't have .py extension. I run them with ./myScript.

Pigar is not able to scan those valid Python files. It returns empty requirements.txt. I don't find any option yet to do. So I am first copying files to .py extension and then run pigar and then finally delete those files. Please provide an option.

amitech avatar Dec 03 '21 03:12 amitech