-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Can python-inpector handle manifest files other than requirements.txt and setup.py? #153
Comments
Actually this is both true and not true. Let me update the description that did mislead you. |
Reference: #153 Signed-off-by: Philippe Ombredanne <[email protected]>
Thank you very much for the response. Looking forward to the function to process all these formats! |
Let's keep this open so we can track the addition here! |
Yes, of course! I would like to help with this functional improvement! |
Hi,
I am trying to use this tool to generate SBOM files for Python projects. The README says this tool can "parse various manifests and packages files such as pip requirement files, Pipfile, pyproject.toml, poetry.lock, setup.py and setup.cfg and legacy and current metadata file formats for eggs, wheels and sdist". But I find it seems that only requirements.txt and setup.py can be set as the target manifest file.
I wonder if I didn't understand how to use it. Or do you have a plan to develop the function for another manifest file such as "pyproject.toml" or "setup.cfg"?
Thank you!
The text was updated successfully, but these errors were encountered: