Use class color for custom styling
[Draft] Add script to auto udpate
Add script for generating CSV
This repo consists of shell scripts to generate a table to compare package versions between PyPI and IPWHL.
In order for this to work, you need the IPWHL data repository at its current version.
Directory structure:
.
├── ipwhl-data
├── ipwhl-tracker
└── ...
Set environment variables:
OUTPUT
: path to the output HTML file, default to output.html
FULL_HTML
: generate a full HTML file if set to 1After that, just run generate.sh