wrds-download

TUI/CLI tool for browsing and downloading WRDS data
Log | Files | Refs | README

commit db97be43c3e62b28f7992faf371f73c5c1da272b
parent f3d1280ebeafd254c4e15f12ca8ee3e98cd96df1
Author: Erik Loualiche <eloualiche@users.noreply.github.com>
Date:   Mon, 23 Feb 2026 16:57:45 -0600

Merge pull request #10 from LouLouLibs/docs/readme-badges

Add CI and language badges to README
Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,11 @@ # wrds-dl +[![CI (Go)](https://github.com/LouLouLibs/wrds-download/actions/workflows/ci.yml/badge.svg)](https://github.com/LouLouLibs/wrds-download/actions/workflows/ci.yml) +[![CI (Python)](https://github.com/LouLouLibs/wrds-download/actions/workflows/ci-python.yml/badge.svg)](https://github.com/LouLouLibs/wrds-download/actions/workflows/ci-python.yml) +[![Go](https://img.shields.io/badge/Go-1.25-00ADD8?logo=go&logoColor=white)](go/) +[![Python](https://img.shields.io/badge/Python-3.10+-3776AB?logo=python&logoColor=white)](python/) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) + A terminal tool for browsing and downloading data from the [WRDS](https://wrds-www.wharton.upenn.edu/) PostgreSQL database. Output is Parquet or CSV. Two implementations with the same CLI interface — pick whichever fits your environment: