How to Install and Uninstall python3-gspread Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python3-gspread" package

Please follow the steps below to install python3-gspread on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gspread

2. Uninstall "python3-gspread" package

Please follow the guidance below to uninstall python3-gspread on openSUSE Leap:

$ sudo zypper remove python3-gspread

3. Information about the python3-gspread package on openSUSE Leap

Information for package python3-gspread:
----------------------------------------
Repository : Main Repository
Name : python3-gspread
Version : 3.1.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 172.7 KiB
Installed : No
Status : not installed
Source package : python-gspread-3.1.0-bp155.2.12.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.