[ ソース: python-itemloaders ]
パッケージ: python3-itemloaders (1.3.2-1)
python3-itemloaders に関するリンク
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 with a convenient API
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.
その他の python3-itemloaders 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-itemadapter
- Common interface for data container classes
-
- dep: python3-jmespath (>= 0.9.5)
- JSON Matching Expressions (Python 3)
-
- dep: python3-parsel (>= 1.8.1)
- Python 3 library to extract HTML/XML data using XPath/CSS selectors