Metadata-Version: 2.4
Name: simple-coin-checker
Version: 0.1.0
Summary: Rank cryptocurrency market data from the command line.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.34.2

# Simple Coin Checker

Display cryptocurrency rankings using public CoinGecko market data.

```bash
pip install simple-coin-checker
simple-coin-checker cap 10
```

Modes: `cap`, `delta`, `stable-cap`, and `stable-delta`.
Add `--ascending` to display the lowest values first.
