LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
hdsr_fewspy/__init__.py
hdsr_fewspy/_version.py
hdsr_fewspy/api.py
hdsr_fewspy/date_frequency.py
hdsr_fewspy/exceptions.py
hdsr_fewspy/permissions.py
hdsr_fewspy/retry_session.py
hdsr_fewspy/secrets.py
hdsr_fewspy.egg-info/PKG-INFO
hdsr_fewspy.egg-info/SOURCES.txt
hdsr_fewspy.egg-info/dependency_links.txt
hdsr_fewspy.egg-info/not-zip-safe
hdsr_fewspy.egg-info/requires.txt
hdsr_fewspy.egg-info/top_level.txt
hdsr_fewspy/api_calls/__init__.py
hdsr_fewspy/api_calls/base.py
hdsr_fewspy/api_calls/get_filters.py
hdsr_fewspy/api_calls/get_locations.py
hdsr_fewspy/api_calls/get_parameters.py
hdsr_fewspy/api_calls/get_qualifiers.py
hdsr_fewspy/api_calls/get_samples.py
hdsr_fewspy/api_calls/get_timezone_id.py
hdsr_fewspy/api_calls/time_series/__init__.py
hdsr_fewspy/api_calls/time_series/base.py
hdsr_fewspy/api_calls/time_series/get_time_series_multi.py
hdsr_fewspy/api_calls/time_series/get_time_series_single.py
hdsr_fewspy/api_calls/time_series/get_time_series_statistics.py
hdsr_fewspy/constants/__init__.py
hdsr_fewspy/constants/choices.py
hdsr_fewspy/constants/custom_types.py
hdsr_fewspy/constants/github.py
hdsr_fewspy/constants/paths.py
hdsr_fewspy/constants/pi_settings.py
hdsr_fewspy/constants/request_settings.py
hdsr_fewspy/converters/__init__.py
hdsr_fewspy/converters/download.py
hdsr_fewspy/converters/json_to_df_time_series.py
hdsr_fewspy/converters/manager.py
hdsr_fewspy/converters/utils.py
hdsr_fewspy/converters/xml_to_python_obj.py
hdsr_fewspy/examples/__init__.py
hdsr_fewspy/examples/area.py
hdsr_fewspy/examples/point.py
hdsr_fewspy/tests/__init__.py
hdsr_fewspy/tests/fixtures.py
hdsr_fewspy/tests/fixtures_requests.py
hdsr_fewspy/tests/test_efcis_prod_get_filters.py
hdsr_fewspy/tests/test_efcis_prod_get_locations.py
hdsr_fewspy/tests/test_efcis_prod_get_samples.py
hdsr_fewspy/tests/test_token.py
hdsr_fewspy/tests/test_wis_prod_get_timeseries_single_area.py
hdsr_fewspy/tests/test_wis_prod_get_timeseries_single_point.py
hdsr_fewspy/tests/test_wis_sa_get_filters.py
hdsr_fewspy/tests/test_wis_sa_get_locations.py
hdsr_fewspy/tests/test_wis_sa_get_parameters.py
hdsr_fewspy/tests/test_wis_sa_get_qualifiers.py
hdsr_fewspy/tests/test_wis_sa_get_samples.py
hdsr_fewspy/tests/test_wis_sa_get_timeseries_multi.py
hdsr_fewspy/tests/test_wis_sa_get_timeseries_single.py
hdsr_fewspy/tests/test_wis_sa_get_timeseries_statistics.py
hdsr_fewspy/tests/test_wis_sa_pi_settings.py
hdsr_fewspy/tests/test_wis_sa_timezone_id.py