Metadata-Version: 2.1
Name: gspreadplusplus
Version: 1.0.2
Summary: Advanced functions using the gspread library, used for making the code less bloated.
Home-page: https://github.com/daniel-simanek/gspreadplusplus
Author: Daniel Simanek
Author-email: daniel.simanek@decathlon.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: gspread
Requires-Dist: oauth2client
Requires-Dist: pandas

# gspreadplusplus

A Python library for utilities related to gspread.

## Installation

You can install the package using pip:

```bash
pip install gspreadplusplus



