LICENSE
README.md
pyproject.toml
pytidycensus/__init__.py
pytidycensus/acs.py
pytidycensus/api.py
pytidycensus/decennial.py
pytidycensus/estimates.py
pytidycensus/geography.py
pytidycensus/utils.py
pytidycensus/variables.py
pytidycensus.egg-info/PKG-INFO
pytidycensus.egg-info/SOURCES.txt
pytidycensus.egg-info/dependency_links.txt
pytidycensus.egg-info/requires.txt
pytidycensus.egg-info/top_level.txt
pytidycensus/data/__init__.py
pytidycensus/data/national_county.txt
pytidycensus/llm_interface/__init__.py
pytidycensus/llm_interface/assistant.py
pytidycensus/llm_interface/cli.py
pytidycensus/llm_interface/conversation.py
pytidycensus/llm_interface/knowledge_base.py
pytidycensus/llm_interface/providers.py
tests/test_acs.py
tests/test_acs_api_calls.py
tests/test_api.py
tests/test_conversation_integration.py
tests/test_conversation_to_query.py
tests/test_dc_integration.py
tests/test_decennial.py
tests/test_decennial_block_geography.py
tests/test_estimates.py
tests/test_geography.py
tests/test_integration.py
tests/test_llm_interface.py
tests/test_state_validation.py
tests/test_unimplemented_geographies.py
tests/test_utils.py
tests/test_variables.py