python - 为什么我的github上的python包没有显示使用的信息?

标签 python git github pip pypi

这是我的 python 库: https://github.com/nateshmbhat/pyYify

这是我的另一个库:webbot https://github.com/nateshmbhat/webbot

虽然webbot在github页面上显示由存储库使用信息,但pyYify库没有显示?如何解决这个问题?

最佳答案

使用的信息不会显示 pyYify,因为没有其他存储库将 pyYify 作为要求提及。 通过搜索可以看到:https://github.com/search?q=pyYify&type=Code

关于python - 为什么我的github上的python包没有显示使用的信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57181146/

相关文章:

python - Pandas 为每个字符拆分数据框列

Git Squash 作者按顺序提交以压缩历史记录

regex - 如何在 Nginx 中提供嵌套项目

git - 当我执行 git Branch -a 时,分支下的分支会是什么样子?

git - 如何处理审查 pull 请求、修改代码和 merge ?

python argparse -h 类似行为和互斥参数

python - 使用 python 社交身份验证邀请 Facebook 好友加入网站

git - 如何在 git 中管理重叠的存储库,包括同一目录中的文件?

android-studio - 我可以在 Android Studio IDE 中输入 Git 命令吗?

python - 如何在python中将位数组转换为整数