CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/anxiety_index_22-23.png
assets/housing_costs_annual_change.png
assets/logo.png
assets/religion_immigration_choropleth.png
assets/weekly_deaths_by_geography.png
examples/basic_usage.py
examples/example_housing_costs.py
examples/example_religion_immigration_choropleth.py
examples/example_weekly_deaths.py
src/onspy/__init__.py
src/onspy/__main__.py
src/onspy/boundaries.py
src/onspy/cli.py
src/onspy/client.py
src/onspy/core.py
src/onspy/exceptions.py
src/onspy/parquet_sync.py
src/onspy/server.py
src/onspy/utils.py
src/onspy.egg-info/PKG-INFO
src/onspy.egg-info/SOURCES.txt
src/onspy.egg-info/dependency_links.txt
src/onspy.egg-info/entry_points.txt
src/onspy.egg-info/requires.txt
src/onspy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_boundaries.py
tests/test_browse.py
tests/test_client.py
tests/test_code_lists.py
tests/test_datasets.py
tests/test_get.py
tests/test_integration.py
tests/test_parquet_sync.py
tests/test_search.py
tests/test_utils.py