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.
Latest document url: https://www.wolai.com/yandmain/2GuadUPoWLWCDXZfy5awcU
pipenv doc: https://pipenv.pypa.io/en/latest/
# install pipenv
pip install pipenv
# install packages
pipenv sync
# setup shell environment
pipenv shell
pipenv requirements > requirements.txt