Skip to content

SeanCondon/meter-daily-csv-to-google-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDF to Spreadsheet

CI Code style: black

This project is a Python script that reads two CSV files, extracts entries from the last N days, and saves them to a spreadsheet.

See more details in the documentation.

GitHub Pages

This repository is configured to publish a GitHub Pages site from the docs folder. You can access the site at the following URL:

https://SeanCondon.github.io/meter-daily-csv-to-google-form

Installation

  1. Clone the repository:

    git clone https://github.com/githubnext/workspace-blank.git
    cd workspace-blank
  2. Install Poetry:

    curl -sSL https://install.python-poetry.org | python3 -
  3. Install dependencies:

    poetry install

Usage

  1. Run the script:

    poetry run python main.py <days> <input_file(s)>

CI Pipeline

This project uses a CI pipeline that includes a markdown linter to ensure the quality and consistency of markdown files. The linter is configured to run on all .md files in the repository.

About

A project to parse CSV files and post data to a Google Form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors