deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Description: "documentation for the yarl Python library\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'\n .\n This\
\ package provides documentation for yarl"
Homepage: https://github.com/aio-libs/yarl/
Installed-Size: '445'
Maintainer: "Piotr O\u017Carowski <piotr@debian.org>"
Multi-Arch: foreign
Package: python-yarl-doc
Priority: optional
Section: doc
Source: yarl
Version: 1.8.2-1
srcpkg_name: yarl
srcpkg_version: 1.8.2-1