How to Install and Uninstall python3-itemloaders Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-itemloaders" package

This tutorial shows how to install python3-itemloaders on Kali Linux

$ sudo apt update $ sudo apt install python3-itemloaders

2. Uninstall "python3-itemloaders" package

This is a short guide on how to uninstall python3-itemloaders on Kali Linux:

$ sudo apt remove python3-itemloaders $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-itemloaders package on Kali Linux

Package: python3-itemloaders
Source: python-itemloaders
Version: 1.1.0-1
Installed-Size: 54
Maintainer: Debian Python Team
Architecture: all
Depends: python3-itemadapter, python3-jmespath (>= 0.9.5), python3-parsel (>= 1.8.1), python3-w3lib, python3:any
Size: 11364
SHA256: 3021bf5eb4bb099a1ad52121bf3b965db0e0d3f6ffd2da4541aca8f94f5009a8
SHA1: 583d40c1c2f48d144fb9ee4f7a8d9f698f689d9f
MD5sum: cb0a835103df2419be5f18862b53ea07
Description: Library to populate items using XPath and CSS with a convenient API (Python 3)
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.
Description-md5:
Homepage: https://github.com/scrapy/itemloaders
Section: python
Priority: optional
Filename: pool/main/p/python-itemloaders/python3-itemloaders_1.1.0-1_all.deb