Key | Value |
---|---|
FileName | ./usr/share/doc/python3-yarl/changelog.Debian.gz |
FileSize | 555 |
MD5 | 8BE4B15FA51D4782EF0E895749472206 |
SHA-1 | 34BBDDCBEA1A416DAFF2E46B2EE1E8740A5F51F9 |
SHA-256 | 3BE3795D07EFFA19968D5F0927468B808AC37A77866B6325631ACE89F010ECF7 |
SSDEEP | 12:XHWXF19D0zFCNlR6H5s2Zow6rIPPZmYmPR4d4kv75M8KIl:X2XF1d0E7R6NGw6rIPPZmF04o |
TLSH | T1CDF026AA5958CB77DCC15D7331645A00C44D34A505F1978B120CA535DE73808417FC93 |
hashlookup:parent-total | 3 |
hashlookup:trust | 65 |
The searched file hash is included in 3 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 44404 |
MD5 | 92C0A0B561CFDE1AEDAC666040325764 |
PackageDescription | yet another URL library for Python URL is constructed from `str`: . >>> from yarl import URL >>> url = URL('https://www.python.org/~guido?arg=1#frag') >>> url URL('https://www.python.org/~guido?arg=1#frag') . All URL parts: scheme, user, passsword, host, port, path, query and fragment are accessible by properties: . >>> url.scheme 'https' >>> url.host 'www.python.org' >>> url.path '/~guido' >>> url.query_string 'arg=1' >>> url.query <MultiDictProxy('arg': '1')> >>> url.fragment 'frag' . All URL manipulations produces a new URL object: . >>> url.parent / 'downloads/source' URL('https://www.python.org/downloads/source') . Strings passed to constructor and modification methods are automatically encoded giving canonical representation as result:: . >>> url = URL('https://www.python.org/путь') >>> url URL('https://www.python.org/%D0%BF%D1%83%D1%82%D1%8C') . Regular properties are percent-decoded, use `raw_` versions for getting encoded strings: . >>> url.path '/путь' . >>> url.raw_path '/%D0%BF%D1%83%D1%82%D1%8C' . Human readable representation of URL is available as `.human_repr()`: . >>> url.human_repr() 'https://www.python.org/путь' |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-yarl |
PackageSection | python |
PackageVersion | 1.1.0-1 |
SHA-1 | 5207394CDF7DE463964597E3C9263FE747886204 |
SHA-256 | C9312F6849DA5F8B9A2E04C6BFBD5BC09796F6A777B147E712C5D7C0F2418252 |
Key | Value |
---|---|
FileSize | 44068 |
MD5 | F9D7EFB10ED7BF484465128E3C968B59 |
PackageDescription | yet another URL library for Python URL is constructed from `str`: . >>> from yarl import URL >>> url = URL('https://www.python.org/~guido?arg=1#frag') >>> url URL('https://www.python.org/~guido?arg=1#frag') . All URL parts: scheme, user, passsword, host, port, path, query and fragment are accessible by properties: . >>> url.scheme 'https' >>> url.host 'www.python.org' >>> url.path '/~guido' >>> url.query_string 'arg=1' >>> url.query <MultiDictProxy('arg': '1')> >>> url.fragment 'frag' . All URL manipulations produces a new URL object: . >>> url.parent / 'downloads/source' URL('https://www.python.org/downloads/source') . Strings passed to constructor and modification methods are automatically encoded giving canonical representation as result:: . >>> url = URL('https://www.python.org/путь') >>> url URL('https://www.python.org/%D0%BF%D1%83%D1%82%D1%8C') . Regular properties are percent-decoded, use `raw_` versions for getting encoded strings: . >>> url.path '/путь' . >>> url.raw_path '/%D0%BF%D1%83%D1%82%D1%8C' . Human readable representation of URL is available as `.human_repr()`: . >>> url.human_repr() 'https://www.python.org/путь' |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-yarl |
PackageSection | python |
PackageVersion | 1.1.0-1 |
SHA-1 | 33936948576F4537C07CD6B2BA506E9ADAF893EB |
SHA-256 | A658AE8416C57B402469488A40B8A216A2591746AAF8F8A48355D7FC75B56F10 |
Key | Value |
---|---|
FileSize | 56900 |
MD5 | C54BC99EDB9F04F02C070C2625590B62 |
PackageDescription | documentation for the yarl Python library This package provides documentation for yarl |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-yarl-doc |
PackageSection | doc |
PackageVersion | 1.1.0-1 |
SHA-1 | 307E2700B5F8772BF8344FE11E845161C0B8C97A |
SHA-256 | F2C29B2EBBDF9F2DA50A3C532496C50CD6AA4413AA2589CED898C6728C435CF9 |