[ trixie ]
[ sid ]
[ 源代码: python-itemloaders ]
软件包:python-itemloaders-doc(1.3.2-1)
python-itemloaders-doc 的相关链接
Debian 的资源:
下载源码包 python-itemloaders:
- [python-itemloaders_1.3.2-1.dsc]
- [python-itemloaders_1.3.2.orig.tar.gz]
- [python-itemloaders_1.3.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Library to populate items using XPath and CSS (documentation)
itemloaders is a library that helps you collect data from HTML and XML sources.
It comes in handy to extract data from web pages, as it supports data extraction using CSS and XPath Selectors.
It's specially useful when you need to standardize the data from many sources. For example, it allows you to have all your casting and parsing rules in a single place.
This package contains the documentation.
其他与 python-itemloaders-doc 有关的软件包
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- JavaScript support for Sphinx documentation
-
- dep: sphinx-rtd-theme-common (>= 2.0.0+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- sug: python3-itemloaders
- Library to populate items using XPath and CSS with a convenient API