Metadata-Version: 2.4
Name: regressiontesting
Version: 1.7.0
Summary: A Python package for regression testing with Google Sheets integration.
Home-page: https://github.com/lionelliguo/regressiontesting
Author: Lionel Guo
Author-email: lionelliguo@gmail.com
License: Apache 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gspread
Requires-Dist: google-auth
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-auth-httplib2
Requires-Dist: twine
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# RegressionTesting
# Copyright (c) 2025 Lionel Guo
# Author: Lionel Guo
# Email: lionelliguo@gmail.com
# GitHub: https://github.com/lionelliguo/regressiontesting

## Overview
`RegressionTesting` is a Python package for automating regression testing with Google Sheets. This package allows you to:

- Fetch and compare HTTP headers using `curl` commands stored in Google Sheets.
- Process these commands and store results (pass/fail) in Google Sheets.
- Automatically manage the testing process using batch updates and configurable settings.

## Requirements
- Python 3.x
- `pip install gspread google-auth google-auth-oauthlib`
- `curl` command-line tool
- A valid Google Service Account JSON key

## Setup

1. Clone this repository.
2. Install the required dependencies:

```bash
pip install -r requirements.txt
