Result for 15E84E0A0C61FC9F27C97DF633AF28EF0DF2759C

Query result

Key Value
FileName./usr/lib/python3/dist-packages/twine/__init__.py
FileSize1147
MD5A71A10DC98D1E1653101161E4322ADC5
SHA-115E84E0A0C61FC9F27C97DF633AF28EF0DF2759C
SHA-256898D82017C33E7F8E3062BDE8C3C49375E2CCF3E8D0CA3276DBB22D6FC13BA7F
SSDEEP24:QZ4I2Q9OU0E+MHQk1vpslgD2o8lbvMdHzPzAMHAkm9yrDRotw:84gx0OH31hfzubvYfAMgkNytw
TLSHT1DC213D3A3C093EB307C881CFA94BC4CF8366C10C0ACE0652B6A485ED2B2A47B42E9110
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize21510
MD536E0FA5B6EAAB1265F95E5175DEF21C2
PackageDescriptionutility 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).
PackageMaintainerZygmunt Krynicki <zygmunt.krynicki@canonical.com>
PackageNametwine
PackageSectionutils
PackageVersion1.5.0-1
SHA-1A583F031B00B3A39F2ECBEFD634E861192C66312
SHA-256082BDE111553EF2CDDEA209C16186AEE15AAAA6E585F06E7FF8768D7EB7EDE95