A Command-line client for Cela.
pip install cela
cela connect http://localhost:8000
cela login admin admin
cela todo listgit tag v0.0.5-alpha
git push origin v0.0.5-alpha
# or
# git push origin -tagspip install twine
python setup.py bdist_wheel --universal
twine upload dist/*