Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 677 Bytes

README

Python ZenTao API

zentao is a Professional Open Source Scrum Tool

English Home Page: url

Chinese Home Page: url

This project is used for creating new build release on zentao, include uploading attachment automatically during CI build process.

API Doc

Latest document url: https://www.wolai.com/yandmain/2GuadUPoWLWCDXZfy5awcU

Setup Environment

pipenv doc: https://pipenv.pypa.io/en/latest/

# install pipenv
pip install pipenv
# install packages
pipenv sync
# setup shell environment
pipenv shell

Note

export packages

pipenv requirements > requirements.txt