This repository was archived by the owner on May 13, 2025. It is now read-only.

Description
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