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

Last updated: May 20,2024

1. Install "python3-rows" package

Please follow the guidelines below to install python3-rows on Kali Linux

$ sudo apt update $ sudo apt install python3-rows

2. Uninstall "python3-rows" package

Please follow the steps below to uninstall python3-rows on Kali Linux:

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

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

Package: python3-rows
Source: rows
Version: 0.4.2~0-2.1
Installed-Size: 315
Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu)
Architecture: all
Depends: python3-requests, python3-six, python3:any, python3-cached-property, python3-pdfminer, python3-tqdm, python3-psycopg2, python3-requests-cache
Recommends: locales, locales-all, python3-lxml, python3-xlrd, python3-xlwt
Size: 63824
SHA256: 73edaa4e52780aabc2c409c343126b59328703406d2ec233afa6953440c6e335
SHA1: 2ad21e55c65239b2dfa8bddefc45c38741bbf19a
MD5sum: 2fe22718f41f15c40fbf54e7037daa5c
Description: library to tabular data, no matter the format
No matter in which format your tabular data is: python3-rows will import it,
automatically detect types and give you high-level Python objects so you can
start working with the data instead of trying to parse it.
It is also locale and unicode aware.
.
The library is composed by:
.
* A common interface to tabular data (the Table class).
* A set of plugins to populate Table objects CSV, XLS, HTML, TXT.
* A set of common fields (such as BoolField, IntegerField) which know exactly
how to serialize and deserialize data for each object type you'll get.
* A set of utilities (such as field type recognition) to help working with
tabular data.
* Access to the most used features: convert between formats, sum, join and
sort tables. Just import rows and relax.
Description-md5:
Homepage: https://github.com/turicas/rows/
Section: python
Priority: optional
Filename: pool/main/r/rows/python3-rows_0.4.2~0-2.1_all.deb