Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 372 Bytes

Tapd

For getting the total work time of the given persons and the maintain data(data of bug, adnormal story etc.) from Tapd, and write into xls file. Help to generate maintain report quickly.

Help

The tapd use some package, you can install thest package with pip command:

pip install requests
pip install xlrd
pip install xlwt
pip install xlutils