deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.12~), python3-idna, python3-multidict,
python3:any, libc6 (>= 2.14)
Description: "yet another URL library for Python\n URL is constructed from `str`:\n\
\ .\n >>> from yarl import URL\n >>> url = URL('https://www.python.org/~guido?arg=1#frag')\n\
\ >>> url\n URL('https://www.python.org/~guido?arg=1#frag')\n .\n All URL parts:\
\ scheme, user, passsword, host, port, path, query and fragment\n are accessible\
\ by properties:\n .\n >>> url.scheme\n 'https'\n >>> url.host\n 'www.python.org'\n\
\ >>> url.path\n '/~guido'\n >>> url.query_string\n 'arg=1'\n >>> url.query\n\
\ <MultiDictProxy('arg': '1')>\n >>> url.fragment\n 'frag'\n .\n All URL manipulations\
\ produces a new URL object:\n .\n >>> url.parent / 'downloads/source'\n URL('https://www.python.org/downloads/source')\n\
\ .\n Strings passed to constructor and modification methods are automatically\n\
\ encoded giving canonical representation as result::\n .\n >>> url = URL('https://www.python.org/\xD0\
\xBF\xD1\u0192\xD1\u201A\xD1\u0152')\n >>> url\n URL('https://www.python.org/%D0%BF%D1%83%D1%82%D1%8C')\n\
\ .\n Regular properties are percent-decoded, use `raw_` versions for getting\n\
\ encoded strings:\n .\n >>> url.path\n '/\xD0\xBF\xD1\u0192\xD1\u201A\xD1\u0152\
'\n .\n >>> url.raw_path\n '/%D0%BF%D1%83%D1%82%D1%8C'\n .\n Human readable\
\ representation of URL is available as `.human_repr()`:\n .\n >>> url.human_repr()\n\
\ 'https://www.python.org/\xD0\xBF\xD1\u0192\xD1\u201A\xD1\u0152'"
Homepage: https://github.com/aio-libs/yarl/
Installed-Size: '343'
Maintainer: "Piotr O\u017Carowski <piotr@debian.org>"
Package: python3-yarl
Priority: optional
Section: python
Source: yarl
Version: 1.13.1-1
srcpkg_name: yarl
srcpkg_version: 1.13.1-1