Disambiguation evidence for twine via surface form

"Twine"


As subject (48)

Triples where this entity appears as subject under the label "Twine".

Predicate Object
availableFrom Python Package Index
surface form: PyPI
category Python packaging tool
category software deployment tool
command twine check
command twine register
command twine repository
command twine upload
command twine upload --repository-url
distributedAs Python package
hostedOn GitHub
implements PEP 503 compatible repository uploads
implements PEP 541 project name rules (client-side checks)
implements Python packaging upload workflow
instanceOf Python software
instanceOf command-line tool
instanceOf software utility
license Apache License 2.0 NERFINISHED
maintainedBy Python Packaging Authority
operatingSystem cross-platform
partOf Python packaging ecosystem
pipInstallCommand pip install twine
primaryLanguage Python
programmingLanguage Python
readsConfigurationFrom ~/.pypirc
recommendedBy Python Packaging Authority
replaces python setup.py upload
repository https://github.com/pypa/twine
requires Python
surface form: Python 3
securityFeature HTTPS uploads
securityFeature TLS verification
securityFeature credential isolation from setup.py
shortName twine
supports Python Package Index
supports Python Package Index
surface form: TestPyPI
supports custom Python package indexes
supportsAuthenticationMethod API tokens
supportsAuthenticationMethod username and password
supportsFormat egg
supportsFormat sdist
supportsFormat wheel
usedFor managing Python package uploads
usedFor registering Python packages on package indexes
usedFor securely uploading distributions to package indexes
usedFor uploading Python packages to PyPI
usedFor uploading built distributions
usedFor uploading source distributions
usedFor uploading wheels
writtenIn Python