博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python github_Github.com累计归咎于5行Python
阅读量:2518 次
发布时间:2019-05-11

本文共 828 字,大约阅读时间需要 2 分钟。

python github

Git-pandas has gotten to be pretty capable.  Currently in the master branch and soon to be in the v1.0.0 release, we’ve included a github.com interface to git-pandas via the GitHubProfile class.  With this, in just a few lines of code, you can see how your profile has grown over time:

Git-pandas已经变得非常有能力。 当前位于master分支中,并且即将在v1.0.0版本中发布,我们已经通过GitHubProfile类包括了git-pandas的github.com接口。 这样,只需几行代码,您就可以查看您的个人资料如何随着时间增长:

from gitpandas.utilities.plotting import plot_cumulative_blamefrom gitpandas import GitHubProfileg = GitHubProfile(username='wdm0006', ignore_forks=True, verbose=True)blame = g.cumulative_blame(branch='master', extensions=['py'], by='project', ignore_dir=['docs'], limit=None, skip=None)plot_cumulative_blame(blame)

Will give you:

会给你:

Super simple, so check it out:

超级简单,所以检查一下:

翻译自:

python github

转载地址:http://bhqwd.baihongyu.com/

你可能感兴趣的文章
confluence + 禅道安装教程
查看>>
td内容超出隐藏
查看>>
Spring CommonsMultipartResolver 上传文件
查看>>
Settings app简单学习记录
查看>>
SQLAlchemy
查看>>
多线程
查看>>
使用缓存的9大误区(下)转载
查看>>
appium键值对的应用
查看>>
MyEclipse 8.X 通用算法
查看>>
selenium.Phantomjs设置浏览器请求头
查看>>
分布式数据库如何选择,几种分布式数据库优缺点一览
查看>>
BZOJ 4443: 小凸玩矩阵【二分图】
查看>>
苹果 OS X制作u盘启动盘
查看>>
Jquery便利对象
查看>>
AJAX 笔记
查看>>
MVC: Connection String
查看>>
Generally the plasma cutters are rated
查看>>
Spring源码窥探之:ImportBeanDefinitionRegistrar
查看>>
idea常用设置汇总
查看>>
Node.SelectNodes
查看>>