Files
lovelace/lovelace/__main__.py
T
Quince 2099dbb155 lovelace v0.1 — lace-clad lead tracker for Glitch University outreach
Standalone Python CLI + SQLite (stdlib only). Tracks creator leads, which
letters went to which address, replies, and the funnel (prospect → … → live).
Commands: init/add/list/show/set/note/sent/reply/next/stats/export. Lead data
(emails/PII) stays local and is gitignored.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 14:01:47 +02:00

5 lines
87 B
Python

from lovelace.cli import main
if __name__ == "__main__":
raise SystemExit(main())