How to Install and Uninstall python-rows Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 23,2024

1. Install "python-rows" package

Please follow the guidelines below to install python-rows on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rows

2. Uninstall "python-rows" package

This guide covers the steps necessary to uninstall python-rows on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-rows package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-rows
Priority: optional
Section: universe/python
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu)
Architecture: all
Source: rows
Version: 0.1.1-3
Provides: python2.7-rows
Depends: python-click, python-requests, python-unicodecsv, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: locales, locales-all, python-lxml, python-xlrd, python-xlwt, rows
Filename: pool/universe/r/rows/python-rows_0.1.1-3_all.deb
Size: 18698
MD5sum: 3ea8cc234060b10233bfbc020695f123
SHA1: 660ce8dd4591f1d82d77f18afb19ad4a7738937a
SHA256: 31c0915b7ecfa50a9df7362e0234a2ffbcd2888fd26b4f9bf44387912273be51
Description-en: library to tabular data, no matter the format
No matter in which format your tabular data is: python-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: 4eff78fe7fb9d77b40d57457dff178a6
Homepage: https://github.com/turicas/rows/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu