This repository contains Python scripts for doing different things that are needed for CMW-22.
The project uses Python virtual environments, enforces PEP8 standards, and supports pre-commit hooks for clean code practices.
-
Clone the repository
git clone <your-repo-url> cd <your-repo-name>
-
Create and activate virtual environment
python3 -m venv .venv source .venv/bin/activate # For Windows: .venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Set up pre-commit hooks
pre-commit install
- orgs-from-gdrive-folders Extracts fundraiser numbers and military unit/org names from folder names in Google Drive and writes the structured output to Google Sheets.