You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Hi Audris:
I'm trying to get the dependency among projects.
My current approach is
1. get the commits of a given project with P2c
2. get the packages those commits rely on with c2PtAbflDefFullUX.s
However, the second steps give me package names, not project names (e.g. tensorflow instead of tensorflow_tensorflow), is there a way I can find the corresponding project name based on the package name?
Thank you