.env.example
.gitignore
.gitlab-ci.yml
CHANGELOG.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
docs/CI.md
docs/PROJECT.md
docs/RELEASE.md
sunpy_regards/__init__.py
sunpy_regards/config.py
sunpy_regards.egg-info/PKG-INFO
sunpy_regards.egg-info/SOURCES.txt
sunpy_regards.egg-info/dependency_links.txt
sunpy_regards.egg-info/entry_points.txt
sunpy_regards.egg-info/requires.txt
sunpy_regards.egg-info/top_level.txt
sunpy_regards/adapters/__init__.py
sunpy_regards/adapters/sunpy/__init__.py
sunpy_regards/adapters/sunpy/_attrs.py
sunpy_regards/adapters/sunpy/attrs.py
sunpy_regards/adapters/sunpy/client.py
sunpy_regards/application/__init__.py
sunpy_regards/application/dto.py
sunpy_regards/application/ports.py
sunpy_regards/application/use_cases.py
sunpy_regards/domain/__init__.py
sunpy_regards/domain/entities.py
sunpy_regards/domain/exceptions.py
sunpy_regards/domain/value_objects.py
sunpy_regards/infrastructure/__init__.py
sunpy_regards/infrastructure/http/__init__.py
sunpy_regards/infrastructure/http/auth.py
sunpy_regards/infrastructure/http/regards_client.py
sunpy_regards/infrastructure/mappers/__init__.py
sunpy_regards/infrastructure/mappers/regards_mapper.py
tests/.gitkeep
tests/conftest.py
tests/test_client_fetch_no_network.py
tests/test_client_search_no_network.py
tests/test_config_from_env.py
tests/test_domain.py
tests/test_register_values_fallback.py
tests/test_smoke.py
tests/test_use_cases.py
tests/infra/test_auth_error_branch.py
tests/infra/test_http_auth_and_api.py
tests/infra/test_regards_api_register_values_cache.py
tests/infra/test_regards_mapper.py
tests/infra/test_regards_mapper_branches.py
tests/infra/test_regards_mapper_more.py
tests/infra/fixtures/regards_search_sample.json