1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: python-web-poet
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrey Rakhmatullin <wrar@debian.org>
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python-attr-doc <!nodoc>,
python-parsel-doc <!nodoc>,
python-scrapy-doc <!nodoc>,
python-url-matcher-doc <!nodoc>,
python3-all,
python3-aiohttp <!nocheck>,
python3-andi <!nocheck> <!nodoc>,
python3-attr <!nocheck> <!nodoc>,
python3-async-lru <!nocheck> <!nodoc>,
python3-dateutil <!nocheck>,
python3-doc <!nodoc>,
python3-itemadapter <!nocheck> <!nodoc>,
python3-multidict <!nocheck> <!nodoc>,
python3-packaging <!nocheck>,
python3-parsel <!nocheck> <!nodoc>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-time-machine <!nocheck>,
python3-url-matcher <!nocheck> <!nodoc>,
python3-w3lib <!nocheck>,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-web-poet
Vcs-Git: https://salsa.debian.org/python-team/packages/python-web-poet.git
Homepage: https://github.com/scrapinghub/web-poet
Testsuite: autopkgtest-pkg-pybuild
Package: python3-web-poet
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Web scraping Page Objects core library
web-poet is a Python implementation of the page object pattern for web
scraping. It enables writing portable, reusable web parsing code.
Package: python-web-poet-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Suggests: python3-web-poet
Description: Web scraping Page Objects core library (documentation package)
web-poet is a Python implementation of the page object pattern for web
scraping. It enables writing portable, reusable web parsing code.
.
This package contains documentation for python3-web-poet.
|