LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
shouldi/__init__.py
shouldi/cli.py
shouldi/types.py
shouldi/use.py
shouldi/version.py
shouldi.egg-info/PKG-INFO
shouldi.egg-info/SOURCES.txt
shouldi.egg-info/dependency_links.txt
shouldi.egg-info/entry_points.txt
shouldi.egg-info/not-zip-safe
shouldi.egg-info/requires.txt
shouldi.egg-info/top_level.txt
shouldi/golang/__init__.py
shouldi/golang/golangci_lint.py
shouldi/java/__init__.py
shouldi/java/dependency_check.py
shouldi/javascript/__init__.py
shouldi/javascript/analyze.py
shouldi/javascript/check.py
shouldi/javascript/npm_audit.py
shouldi/project/__init__.py
shouldi/project/cli.py
shouldi/project/bom/__init__.py
shouldi/project/bom/base.py
shouldi/project/bom/make.py
shouldi/project/bom/python.py
shouldi/project/bom/db/__init__.py
shouldi/project/bom/db/base.py
shouldi/project/bom/db/pypi.py
shouldi/project/bom/db/yaml.py
shouldi/python/__init__.py
shouldi/python/analyze.py
shouldi/python/bandit.py
shouldi/python/check.py
shouldi/python/pypi.py
shouldi/python/safety.py
shouldi/rust/__init__.py
shouldi/rust/analyze.py
shouldi/rust/cargo_audit.py
shouldi/rust/check.py
tests/__init__.py
tests/binaries.py
tests/test_bandit.py
tests/test_cargo_audit.py
tests/test_cli.py
tests/test_cli_use.py
tests/test_dependency_check.py
tests/test_golangci_lint.py
tests/test_npm_audit.py
tests/test_pypi.py
tests/test_safety.py