Metadata-Version: 2.3
Name: shipthediff
Version: 0.1.0
Summary: Write a letter to the Ship the Diff podcast from your terminal: uvx shipthediff send "..."
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# shipthediff

Write a letter to [Ship the Diff](https://shipthediff.com) — the changelog of
a company — straight from your terminal:

```bash
uvx shipthediff send "loved ep 3 — shipped my own billing this week"
uvx shipthediff send "check out what I'm building: https://..." --from jane
```

Status updates, shoutouts, things you're building. If it's good, it gets read
on air. Bare `uvx shipthediff` prints the masthead.

Letters land in the show's letters service (`POST /letter` on
`letters.shipthediff.com`); point `SHIPTHEDIFF_API` elsewhere to test against a
local server. Stdlib only, so `uvx` starts it instantly.
