anthonyharrison
anthonyharrison
@ogbautista I have now looked at how optional dependencies are handled. In separate python virtual machines, I pip installed twisted and twisted[tls]. Whilst the optional dependencies are installed, they are...
@ogbautista Version 0.11.0 now has a `--system` option which will report all installed Python modules in a system.
@mtzeth Thanks for the question. I haven't tried sbom4python with a conda project. sbom4python uses pip to extract information about the modules but doesn't install any modules (it only works...
Looking for any help in understanding the pyinstaller file structure.
I am currently working on addressing #17.
@dlebelcimmi Any improvement with the latest version of sbom4python?
Thanks @dlebelcimmi. The licence identifiers in a SBOM need to be [SPDX Licence identifiers](https://spdx.org/licenses/). However the licenses in the classifiers are not valid SPDX licence identifiers. sbom4python does use the...
Update to latest version of lib4sbom for update licence mappings
Requires updates to lib4package
Sbom4python works fine with Python virtual environments. There are two ways: - install sbom4python on your system before creating the virtual environment. Running sbom4python when in the virtual environment will...