Strategies for finding binary dependencies
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add script

+7
+7
contrib/get-deps-from-no-so-to-so.sh
··· 1 + #!/bin/sh -u 2 + 3 + while read name; do 4 + >&2 echo $name 5 + rg -l -d 3 -g METADATA "^Requires-Dist: ${name}$" wheels-unzipped-no-so/ 6 + >&2 echo "" 7 + done < wheels-unzipped-so-names.txt