Add README Quickstart with prerequisites; update author email

- README: add a 5-minute Quickstart with a Python 3.9+ prerequisites
  block (OS-specific python3/pip notes + venv step for PEP-668 systems)
- pyproject: set author email to david.boyd1@dc.gov

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-25 14:54:39 -04:00
parent 74ba9fe781
commit 5c8e0f11f3
2 changed files with 36 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description = "Dependency-light Python client for the U.S. Bureau of Labor Stati
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
authors = [{ name = "Dave Boyd", email = "dave@tiggr.org" }]
authors = [{ name = "Dave Boyd", email = "david.boyd1@dc.gov" }]
keywords = ["bls", "economics", "labor-statistics", "cpi", "jolts", "unemployment", "wages"]
dependencies = ["requests>=2.28"]