v0.1.0
Initial release
Features
- Offline geocoding using TIGER Address Range files (~95% match rate)
- PL 94-171 redistricting data (population, race, housing) at block level
- ACS 5-Year estimates (income, education, employment) at tract level
- Configurable geographic levels (block, block group, tract, county)
- Lazy per-state data downloading
- CLI and Python API
- Batch processing with progress bars
Installation
# Using uv (recommended)
uv add census-lookup
# Using pip
pip install census-lookup
# Run CLI without installing
uvx census-lookup lookup "123 Main St, LA, CA 90012"