Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why doesn't my python package on github show the used by information?

Here's my python library : https://github.com/nateshmbhat/pyYify

Here's another of my libraries : webbot https://github.com/nateshmbhat/webbot

While webbot shows used by repositories information on the github page , the pyYify library doesn't show ? How to fix this ?

like image 202
Natesh bhat Avatar asked Oct 31 '25 04:10

Natesh bhat


1 Answers

Used by information does not show up for pyYify, because no other repository mentions pyYify as a requirement. As you can see by doing a search: https://github.com/search?q=pyYify&type=Code

like image 187
Teodor Ivanov Avatar answered Nov 02 '25 18:11

Teodor Ivanov