Paket: twine (5.1.1-3)
Links für twine
Debian-Ressourcen:
Quellcode-Paket twine herunterladen:
Betreuer:
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
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).
Andere Pakete mit Bezug zu twine
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- JavaScript-Unterstützung für Sphinx-Dokumentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-importlib-metadata (>= 3.6)
- Bibliothek für den Zugriff auf die Metadaten eines Python-Pakets - Python 3.x
-
- dep: python3-keyring
- Passwortspeicherung und -zugriff auf sichere Weise
-
- dep: python3-packaging
- Kern-Dienstprogramme für Python3-Pakete
-
- dep: python3-pkginfo (>= 1.8.1)
- Python 3.x module to query metadata from packages
-
- dep: python3-readme-renderer (>= 35)
- Library to safely render arbitrary README files into HTML
-
- dep: python3-requests
- Elegante und einfache Python-3-HTTP-Bibliothek, für Menschen gebaut
-
- dep: python3-requests-toolbelt
- Werkzeuggürtel für fortgeschrittene Benutzer von python3-requests
-
- dep: python3-rfc3986 (>= 1.4.0)
- validating URI references per RFC 3986 - Python 3.x
-
- dep: python3-rich (>= 12)
- render rich text, tables, progress bars, syntax highlighting, markdown and more
-
- dep: python3-urllib3
- Python-3-HTTP-Bibliothek mit thread-sicherer Wiederverwendung von Verbindungen
twine herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
all | 127,0 kB | 1.708,0 kB | [Liste der Dateien] |