idonethis:与iDoneThis进行交互的简单Python CLI

时间:2021-05-05 15:48:19
【文件属性】:
文件名称:idonethis:与iDoneThis进行交互的简单Python CLI
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-05 15:48:19
Python iDoneThis CLI实用程序 一个简单,小巧且自以为是的Python CLI,以适合我的工作流程的方式与出色的iDoneThis服务进行交互。 通过此CLI,您可以记录当日的出色成就,并查看团队中其他成员的成就。 您可以在上找到更多文档。 记录您的工作 $ idonethis -m 'Holy smoke I did it!' --token 'my-auth-token' --team 'backend' Recorded what you've done, keep up the good work! $ echo 'Holy smoke I did it!' | idonethis --token 'my-auth-token' --team 'backend' Recorded what you've done, keep up the good work! 或者,如果
【文件预览】:
idonethis-master
----setup.py(1KB)
----.gitignore(406B)
----requirements.txt(57B)
----idonethis.py(4KB)
----.travis.yml(1KB)
----MANIFEST.in(173B)
----LICENSE(1KB)
----HISTORY.rst(434B)
----setup.cfg(231B)
----README.rst(4KB)
----docs()
--------api.rst(18B)
--------index.rst(226B)
--------conf.py(754B)
--------history.rst(28B)
--------contributing.rst(589B)
----fixtures()
--------good_post_request.json(1KB)
--------bad_auth_token.json(2KB)
--------good_config.json(47B)
--------bad_team.json(2KB)
----tests.py(5KB)
----tox.ini(102B)

网友评论