macOS
brew install twinelocal Homebrew formula metadata
sudo port install twineMacPorts ports tree · python/twine/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für twine in AI-Agent-Workflows.
Installation
brew install twinelocal Homebrew formula metadata
sudo port install twineMacPorts ports tree · python/twine/Portfile · Quelle: api.github.com
sudo apk add twineAlpine Linux edge package indexes · twine · Quelle: dl-cdn.alpinelinux.org
sudo apt install twineDebian stable package indexes · twine · Quelle: deb.debian.org
sudo dnf install twineFedora Rawhide package metadata · twine · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#twinenixpkgs package indexes · twine · Quelle: raw.githubusercontent.com
sudo pacman -S twineArch Linux sync databases · twine · Quelle: geo.mirror.pkgbuild.com
scoop install extras/twineScoop official bucket manifest trees · bucket/twine.json · Quelle: api.github.com
winget install --id ChrisKlimas.Twine -eWindows Package Manager source index · ChrisKlimas.Twine · Quelle: cdn.winget.microsoft.com
Überblick
Utilities for interacting with PyPI
Verlauf
Twine is the Python Packaging Authority's command-line utility for uploading Python distribution artifacts to PyPI and compatible repositories. It became the standard small tool between `python -m build` and a public package release.
Twine was created to separate package building from package uploading and to make PyPI uploads safer and more testable. Its documentation contrasts it with `python setup.py upload`, emphasizing verified HTTPS, uploading already-built artifacts, and support for wheels and source distributions.
The changelog records a long-running 1.x series through the 2010s, a 2.0 release in 2019 that required Python 3.6 or later, 3.x releases that improved non-interactive and keyring behavior, and modern 5.x/6.x work around metadata validation, PyPI token handling, trusted publishing, and removal of older distribution formats.
Twine's adoption tracks the modernization of Python packaging. As PyPI, Warehouse, wheels, API tokens, and build-system-independent packaging became normal, Twine became the familiar upload command in release checklists, CI jobs, and packaging tutorials.
Its package-manager presence is broad: the input facts show it packaged by Homebrew, Debian, Ubuntu, Fedora/dnf, Arch/pacman, MacPorts, Nix, Scoop, and other ecosystems. That breadth reflects its role as infrastructure for publishing other packages, not as an end-user application.
The standard workflow is to build distributions, test against TestPyPI if needed, and run `twine upload dist/*`. Twine can read repository and credential information from `.pypirc` or environment variables, prompt interactively, and upload source distributions, wheels, signatures, and newer attestations depending on version.
Package maintainers also use `twine check` to validate distribution metadata and README rendering before upload. In CI, Twine is commonly configured with tokens, trusted publishing, or repository URLs for private Python indexes.
Twine is package-nerd infrastructure in the purest sense: it exists so other packages can be published predictably. It codified the split between build artifacts and upload transport, which made Python release automation easier to audit and script.
It also captures the Python ecosystem's security migration: away from legacy `setup.py upload` workflows and toward HTTPS, API tokens, keyring integration, metadata validation, and trusted publishing.
Sicherheitslage
Für twine wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.pypircCredential-bearing paths to review before unattended agent runs.
~/.pypircExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
twine | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:twine |
|---|---|
| Version | 6.2.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/twine |
| Homepage | https://github.com/pypa/twine |
| Repository | https://github.com/pypa/twine |
| Upstream-Dokumentation | https://twine.readthedocs.io/en/stable |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://files.pythonhosted.org/packages/e0/a8/949edebe3a82774c1ec34f637f5dd82d1cf22c25e963b7d63771083bbee5/twine-6.2.0.tar.gz |
| Zuletzt aktualisiert | 2026-05-15T11:13:54Z |
| Pulse | updated |
| Abhängigkeiten | certifi, python@3.14 |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | twine |
| Version Scheme | 0 |
| Revision | 6 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
twine 6.1.0-1
utility for interacting with PyPI
sudo apt install twinetwine
nix profile install nixpkgs#twinetwine 5.0.0-1
utility for interacting with PyPI
sudo apt install twinetwine 6.1.0-r1
Collection of utilities for publishing packages on PyPI
https://twine.readthedocs.io/en/latest/
sudo apk add twinetwine-pyc 6.1.0-r1
Precompiled Python bytecode for twine
https://twine.readthedocs.io/en/latest/
sudo apk add twine-pyctwine 6.2.0-7.fc45
Twine is a utility for publishing Python packages on PyPI
sudo dnf install twinetwine 6.2.0-3
Collection of utilities for interacting with PyPI
https://github.com/pypa/twine/
sudo pacman -S twinetwine
sudo port install twineextras/twine
scoop install extras/twineChrisKlimas.Twine
winget install --id ChrisKlimas.Twine -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.