ab19d86b63
All functionality has been extracted to the govmap package: - validators.py - Input validation functions - utils.py - Utility functions - filters.py - Deal filtering logic - statistics.py - Statistical calculations - market_analysis.py - Market analysis functions - client.py - GovmapClient class with API methods - __init__.py - Package exports Backward compatibility maintained through package __init__.py exports. Existing imports like `from nadlan_mcp.govmap import GovmapClient` now use the govmap package instead of the old monolithic file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>