Пакет: twine (1.13.0-1)
Ссылки для twine
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код twine:
Сопровождающие:
- Python Applications Packaging Team (Страница КК, Почтовый архив)
- Zygmunt Krynicki (Страница КК)
- Barry Warsaw (Страница КК)
- Stefano Rivera (Страница КК)
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
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).
Другие пакеты, относящиеся к twine
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 1.0)
- JavaScript support for Sphinx documentation
-
- dep: python3
- интерактивный высокоуровневый объектно-ориентированный язык (версия python3 по умолчанию)
-
- dep: python3-pkg-resources
- обнаружение пакетов и доступ к ресурсам через pkg_resources
-
- dep: python3-pkginfo (>= 1.4.2)
- Python 3.x module to query metadata from packages
-
- dep: python3-readme-renderer (>= 17.4)
- Library to safely render arbitrary README files into HTML
-
- dep: python3-requests (>= 2.3.0)
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-requests-toolbelt
- Utility belt for advanced users of python3-requests
-
- dep: python3-setuptools
- Python3 Distutils Enhancements
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool
-
- dep: sphinx-rtd-theme-common (>= 0.4.3+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- rec: python3-keyring
- store and access your passwords safely - Python 3 version of the package
Загрузка twine
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 68,5 Кб | 344,0 Кб | [список файлов] |