gitextract_5v4gfxc8/ ├── .gitchangelog.rc ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ └── bug_report.md │ └── workflows/ │ └── python-package.yml ├── .gitignore ├── CHANGELOG.rst ├── LICENSE ├── MANIFEST.in ├── README.rst ├── VERSION ├── diffs_to_discovery.py ├── docs/ │ ├── Makefile │ ├── conf.py │ ├── index.rst │ └── make.bat ├── gspread_formatting/ │ ├── __init__.py │ ├── batch.py │ ├── batch_update_requests.py │ ├── conditionals.py │ ├── dataframe.py │ ├── functions.py │ ├── models.py │ └── util.py ├── pyproject.toml ├── test.py ├── tests.config.example └── tox.ini