SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-twine rpm build for : OpenSuSE. For other distributions click python3-twine.

Name : python3-twine
Version : 1.7.4 Vendor : obs://build_opensuse_org/home:so_it_team
Release : 4.1 Date : 2018-08-14 15:02:44
Group : Development/Languages/Python Source RPM : python3-twine-1.7.4-4.1.src.rpm
Size : 0.09 MB
Packager : (none)
Summary : Collection of utilities for interacting with PyPI
Description :
Twine is a utility for interacting with PyPI.

Currently it only supports uploading distributions.


Why Should I Use This?
----------------------

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

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/so_it_team:/12.x/SLE_12_SP3/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python3-twine

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
python3-requests-toolbelt
rpmlib(PayloadIsLzma) <= 4.4.6-1
python3-requests
python(abi) = 3.4
/bin/sh
python3-pkginfo
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
/usr/bin/python3
update-alternatives


Content of RPM :
/etc/alternatives/twine
/usr/bin/twine
/usr/bin/twine-3.4
/usr/lib/python3.4/site-packages/twine
/usr/lib/python3.4/site-packages/twine-1.7.4-py3.4.egg-info
/usr/lib/python3.4/site-packages/twine-1.7.4-py3.4.egg-info/PKG-INFO
/usr/lib/python3.4/site-packages/twine-1.7.4-py3.4.egg-info/SOURCES.txt
/usr/lib/python3.4/site-packages/twine-1.7.4-py3.4.egg-info/dependency_links.txt
/usr/lib/python3.4/site-packages/twine-1.7.4-py3.4.egg-info/entry_points.txt
/usr/lib/python3.4/site-packages/twine-1.7.4-py3.4.egg-info/requires.txt
/usr/lib/python3.4/site-packages/twine-1.7.4-py3.4.egg-info/top_level.txt
/usr/lib/python3.4/site-packages/twine/__init__.py
/usr/lib/python3.4/site-packages/twine/__main__.py
/usr/lib/python3.4/site-packages/twine/__pycache__
/usr/lib/python3.4/site-packages/twine/__pycache__/__init__.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/__main__.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/_installed.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/cli.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/exceptions.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/package.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/repository.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/utils.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/wheel.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/__pycache__/wininst.cpython-34.pyc
/usr/lib/python3.4/site-packages/twine/_installed.py
/usr/lib/python3.4/site-packages/twine/cli.py
/usr/lib/python3.4/site-packages/twine/commands
/usr/lib/python3.4/site-packages/twine/commands/__init__.py
/usr/lib/python3.4/site-packages/twine/commands/__pycache__
/usr/lib/python3.4/site-packages/twine/commands/__pycache__/__init__.cpython-34.pyc
There is 14 files more in these RPM.

 
ICM