a b c d e f g h i j k l m n o p q r s t u v w x y z
twine
Source: twine
Package: twine
Versions: twine (1.11.0-1), twine (1.12.1-1), twine (1.12.1-2), twine (1.13.0-1), twine (1.15.0-1), twine (1.5.0-1), twine (1.8.1-1), twine (1.8.1-2), twine (2.0.0-1), twine (3.1.0-1), twine (3.1.1-1), twine (3.2.0-1), twine (3.3.0-1), twine (3.4.2-2), twine (3.5.0-1), twine (3.6.0-1), twine (3.7.0-1), twine (3.7.1-1), twine (3.8.0-1), twine (4.0.0-1), twine (4.0.0-2), twine (4.0.0-3), twine (4.0.1-1), twine (4.0.2-1), twine (5.0.0-1), twine (5.0.0-2), twine (5.1.0-1), twine (5.1.1-1), twine (5.1.1-3), twine (6.0.1-1), twine (6.0.1-3), twine (6.1.0-1), twine (6.2.0-1), twine (6.2.0-2), twine (6.2.0-3), twine (6.2.0-4), twine (6.2.0-5), twine (6.2.0-6)
Prioritize: 47
Description: utility for interacting with PyPI
Twine is a tool for uploading distributions (in the Python meaning) to PyPi.
.
Why should twine be used over the traditional approach?
.
The biggest reason to use twine is that python setup.py upload uploads files
over plaintext. This means anytime you use it you expose your username and
password to a MITM attack. Twine uses only verified TLS to upload to PyPI
protecting your credentials from theft.
.
Secondly it allows you to precreate your distribution files. python setup.py
upload only allows you to upload something that you’ve created in the same
command invocation. This means that you cannot test the exact file you’re
going to upload to PyPI to ensure that it works before uploading it.
.
Finally it allows you to pre-sign your files and pass the .asc files into the
command line invocation (twine upload twine-1.0.1.tar.gz
twine-1.0.1.tar.gz.asc). This enables you to be assured that you’re typing
your gpg passphrase into gpg itself and not anything else since you will be
the one directly executing gpg --detach-sign -a <filename>.
.
Features:
.
- Verified HTTPS Connections
- Uploading doesn’t require executing setup.py
- Uploading files that have already been created, allowing testing of
distributions before release
- Supports uploading any packaging format (including wheels).
This Description was in forky from 2025-08-10 to 2026-09-21;
This Description was in sid from 2015-07-23 to 2026-09-21;
This Description was in trixie from 2023-06-12 to 2026-09-14;
This Description was in bookworm from 2021-08-18 to 2026-07-13;
This Description was in bullseye from 2020-03-03 to 2024-09-02;
This Description was in buster from 2017-07-28 to 2022-09-13;
This Description was in stretch from 2015-07-29 to 2020-07-21;
This Description is not yet translated to ar
This Description is not yet translated to bg
This Description is not yet translated to ca
This Description is not yet translated to cs
This Description is translated to da
This Description is not yet translated to de
This Description is not yet translated to de_DE
This Description is not yet translated to el
This Description is not yet translated to eo
This Description is not yet translated to es
This Description is not yet translated to eu
This Description is not yet translated to fi
This Description is translated to fr
This Description is not yet translated to gl
This Description is not yet translated to hr
This Description is not yet translated to hu
This Description is not yet translated to id
This Description is translated to it
This Description is not yet translated to ja
This Description is not yet translated to km
This Description is not yet translated to ko
This Description is not yet translated to ml
This Description is not yet translated to nb
This Description is not yet translated to nl
This Description is not yet translated to pl
This Description is not yet translated to pt
This Description is not yet translated to pt_AO
This Description is not yet translated to pt_BR
This Description is not yet translated to ro
This Description is not yet translated to ru
This Description is not yet translated to sk
This Description is not yet translated to sr
This Description is not yet translated to sv
This Description is not yet translated to tr
This Description is not yet translated to uk
This Description is not yet translated to vi
This Description is not yet translated to zh
This Description is not yet translated to zh_CN
This Description is not yet translated to zh_TW
parts-md5sum:
55632d1f19c6ec531373bb8d2b27d2fe da fr it
4abd7c1d3474b2113e0421153a7fcd5e da fr it
cdb7ece6bf3d6180e7968086a477d3b5 da fr it
475fc3af3eb5796fd8f7197e59709731 da fr it
9079d2453b5e28c98c72932f5c38535a da fr it
21686f80e61c50cf6b490afd9f35075f da fr it
47f461b73f3d45745a427998aae2ab45 cs da de es fi fr it ja ko pl pt pt_BR ru sk uk 37148 55800 63784 73365 80153 80154 80611 80612 129624 213880 213947 219275 225509 225728 227125 230084 232724 232725 240580 240581 240680 240681 240682 245416 247648 247891 248698 251612 251649 252141 254437 259088 261552 262332 265123 269661 271134 273003 274424 274747 279385 280328 281774 283615 284318 284319 284531 285015 285704 286097 287171 287394 287797 288918 289685 290030 290459 290957 291062 291063 293878 294019 294072 296973 298220 298284 299362 299801 300767 306109 307310 315007 316984 317848 318151 319044 319045 320443 320652 321139 321140 321288 323280 323469 324012 324367 325260 325597 326700 326736 327146 327148 327275 327276 329792 329892
fb249c67ede0341e6957bc755c3f67fe da fr it
other Descriptions of the twine package:
Description: 225622
patch
This Description was in jessie from 2014-09-24 to 2018-06-26;
This Description was in sid from 2014-09-18 to 2015-07-22;
This Description was in stretch from 2015-05-03 to 2015-07-28;