Home:ALL Converter>is there still an advantage using twine for Python pkg upload?

is there still an advantage using twine for Python pkg upload?

Ask Time:2015-10-16T18:31:08         Author:stackjs

Json Formatter

the twine package in Python is used to upload stuff to PyPi using HTTPs.

I am already using Python 2.7.9, and the twine readme says, 'only recently Python 2.7.9 stopped using HTTP.'

Does it mean that when I do python setup.py upload, the connection is already secure? If the answer is yes, does twine offer any additional security advantage for uploading?

Author:stackjs,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/33168284/is-there-still-an-advantage-using-twine-for-python-pkg-upload
yy