How to Install and Uninstall python310-gspread Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python310-gspread" package

In this section, we are going to explain the necessary steps to install python310-gspread on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-gspread

2. Uninstall "python310-gspread" package

In this section, we are going to explain the necessary steps to uninstall python310-gspread on openSuSE Tumbleweed:

$ sudo zypper remove python310-gspread

3. Information about the python310-gspread package on openSuSE Tumbleweed

Information for package python310-gspread:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-gspread
Version : 6.0.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 440.2 KiB
Installed : No
Status : not installed
Source package : python-gspread-6.0.1-1.1.src
Upstream URL : https://github.com/burnash/gspread
Summary : Google Spreadsheets Python API
Description :
A Python module to access Google Spreadsheets.
Features
--------
* Google Sheets API v4.
* Open a spreadsheet by its *title*, *url* or *key*.
* Select cells by labels, e.g. 'A1'.
* Extract range, entire row or column values.
* Python 3 support.