gpp-client 26.1.0.dev2__tar.gz → 26.1.0.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gpp_client-26.1.0.dev2/src/gpp_client.egg-info → gpp_client-26.1.0.dev3}/PKG-INFO +1 -1
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/pyproject.toml +1 -1
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/__init__.py +6 -10
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/_client.py +5 -9
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/get_goats_programs.py +8 -24
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3/src/gpp_client.egg-info}/PKG-INFO +1 -1
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/LICENSE +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/README.md +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/setup.cfg +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/custom_plugins/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/custom_plugins/alias_str_wrapper.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/async_base_client.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/base_model.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/base_operation.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/custom_fields.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/custom_mutations.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/custom_queries.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/custom_typing_fields.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/enums.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/exceptions.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/get_goats_observations.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/get_scheduler_all_programs_id.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/get_scheduler_programs.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/input_types.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/cli.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/call_for_proposals.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/config.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/configuration_request.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/goats.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/group.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/observation.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/program.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/program_note.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/scheduler.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/site_status.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/target.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/workflow_state.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/utils.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/client.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/config/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/config/config.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/config/defaults.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/config/environment.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/config/models.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/coordinator/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/coordinator/base.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/credentials/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/credentials/credential_resolver.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/credentials/env_var_reader.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/director.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/base.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/goats/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/goats/coordinators/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/goats/coordinators/observation.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/goats/coordinators/program.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/goats/goats.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/scheduler/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/scheduler/coordinators/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/scheduler/coordinators/program.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/scheduler/scheduler.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/exceptions.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/logging_utils.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/base.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/call_for_proposals.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/configuration_request.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/group.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/observation.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/program.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/program_note.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/site_status.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/target.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/workflow_state.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/patches/__init__.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/patches/patches.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/rest.py +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client.egg-info/SOURCES.txt +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client.egg-info/dependency_links.txt +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client.egg-info/entry_points.txt +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client.egg-info/requires.txt +0 -0
- {gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client.egg-info/top_level.txt +0 -0
|
@@ -210,14 +210,12 @@ from .get_goats_programs import (
|
|
|
210
210
|
GetGOATSPrograms,
|
|
211
211
|
GetGOATSProgramsPrograms,
|
|
212
212
|
GetGOATSProgramsProgramsMatches,
|
|
213
|
+
GetGOATSProgramsProgramsMatchesAllocations,
|
|
214
|
+
GetGOATSProgramsProgramsMatchesAllocationsDuration,
|
|
213
215
|
GetGOATSProgramsProgramsMatchesReference,
|
|
214
216
|
GetGOATSProgramsProgramsMatchesTimeCharge,
|
|
215
217
|
GetGOATSProgramsProgramsMatchesTimeChargeTime,
|
|
216
|
-
|
|
217
|
-
GetGOATSProgramsProgramsMatchesTimeEstimateBanded,
|
|
218
|
-
GetGOATSProgramsProgramsMatchesTimeEstimateBandedValue,
|
|
219
|
-
GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTime,
|
|
220
|
-
GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTimeNonCharged,
|
|
218
|
+
GetGOATSProgramsProgramsMatchesTimeChargeTimeProgram,
|
|
221
219
|
)
|
|
222
220
|
from .get_scheduler_all_programs_id import (
|
|
223
221
|
GetSchedulerAllProgramsId,
|
|
@@ -729,14 +727,12 @@ __all__ = [
|
|
|
729
727
|
"GetGOATSPrograms",
|
|
730
728
|
"GetGOATSProgramsPrograms",
|
|
731
729
|
"GetGOATSProgramsProgramsMatches",
|
|
730
|
+
"GetGOATSProgramsProgramsMatchesAllocations",
|
|
731
|
+
"GetGOATSProgramsProgramsMatchesAllocationsDuration",
|
|
732
732
|
"GetGOATSProgramsProgramsMatchesReference",
|
|
733
733
|
"GetGOATSProgramsProgramsMatchesTimeCharge",
|
|
734
734
|
"GetGOATSProgramsProgramsMatchesTimeChargeTime",
|
|
735
|
-
"
|
|
736
|
-
"GetGOATSProgramsProgramsMatchesTimeEstimateBanded",
|
|
737
|
-
"GetGOATSProgramsProgramsMatchesTimeEstimateBandedValue",
|
|
738
|
-
"GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTime",
|
|
739
|
-
"GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTimeNonCharged",
|
|
735
|
+
"GetGOATSProgramsProgramsMatchesTimeChargeTimeProgram",
|
|
740
736
|
"GetSchedulerAllProgramsId",
|
|
741
737
|
"GetSchedulerAllProgramsIdPrograms",
|
|
742
738
|
"GetSchedulerAllProgramsIdProgramsMatches",
|
|
@@ -48,19 +48,15 @@ class _GPPClient(AsyncBaseClient):
|
|
|
48
48
|
timeCharge {
|
|
49
49
|
band
|
|
50
50
|
time {
|
|
51
|
-
|
|
51
|
+
program {
|
|
52
52
|
hours
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
nonCharged {
|
|
61
|
-
hours
|
|
62
|
-
}
|
|
63
|
-
}
|
|
56
|
+
allocations {
|
|
57
|
+
scienceBand
|
|
58
|
+
duration {
|
|
59
|
+
hours
|
|
64
60
|
}
|
|
65
61
|
}
|
|
66
62
|
}
|
|
@@ -28,9 +28,7 @@ class GetGOATSProgramsProgramsMatches(BaseModel):
|
|
|
28
28
|
time_charge: List["GetGOATSProgramsProgramsMatchesTimeCharge"] = Field(
|
|
29
29
|
alias="timeCharge"
|
|
30
30
|
)
|
|
31
|
-
|
|
32
|
-
Field(alias="timeEstimateBanded")
|
|
33
|
-
)
|
|
31
|
+
allocations: List["GetGOATSProgramsProgramsMatchesAllocations"]
|
|
34
32
|
|
|
35
33
|
|
|
36
34
|
class GetGOATSProgramsProgramsMatchesReference(BaseModel):
|
|
@@ -54,31 +52,19 @@ class GetGOATSProgramsProgramsMatchesTimeCharge(BaseModel):
|
|
|
54
52
|
|
|
55
53
|
|
|
56
54
|
class GetGOATSProgramsProgramsMatchesTimeChargeTime(BaseModel):
|
|
57
|
-
|
|
58
|
-
alias="nonCharged"
|
|
59
|
-
)
|
|
55
|
+
program: "GetGOATSProgramsProgramsMatchesTimeChargeTimeProgram"
|
|
60
56
|
|
|
61
57
|
|
|
62
|
-
class
|
|
58
|
+
class GetGOATSProgramsProgramsMatchesTimeChargeTimeProgram(BaseModel):
|
|
63
59
|
hours: Any
|
|
64
60
|
|
|
65
61
|
|
|
66
|
-
class
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
class GetGOATSProgramsProgramsMatchesTimeEstimateBandedValue(BaseModel):
|
|
71
|
-
band: Optional[ScienceBand]
|
|
72
|
-
time: "GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTime"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
class GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTime(BaseModel):
|
|
76
|
-
non_charged: (
|
|
77
|
-
"GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTimeNonCharged"
|
|
78
|
-
) = Field(alias="nonCharged")
|
|
62
|
+
class GetGOATSProgramsProgramsMatchesAllocations(BaseModel):
|
|
63
|
+
science_band: ScienceBand = Field(alias="scienceBand")
|
|
64
|
+
duration: "GetGOATSProgramsProgramsMatchesAllocationsDuration"
|
|
79
65
|
|
|
80
66
|
|
|
81
|
-
class
|
|
67
|
+
class GetGOATSProgramsProgramsMatchesAllocationsDuration(BaseModel):
|
|
82
68
|
hours: Any
|
|
83
69
|
|
|
84
70
|
|
|
@@ -87,6 +73,4 @@ GetGOATSProgramsPrograms.model_rebuild()
|
|
|
87
73
|
GetGOATSProgramsProgramsMatches.model_rebuild()
|
|
88
74
|
GetGOATSProgramsProgramsMatchesTimeCharge.model_rebuild()
|
|
89
75
|
GetGOATSProgramsProgramsMatchesTimeChargeTime.model_rebuild()
|
|
90
|
-
|
|
91
|
-
GetGOATSProgramsProgramsMatchesTimeEstimateBandedValue.model_rebuild()
|
|
92
|
-
GetGOATSProgramsProgramsMatchesTimeEstimateBandedValueTime.model_rebuild()
|
|
76
|
+
GetGOATSProgramsProgramsMatchesAllocations.model_rebuild()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/custom_typing_fields.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/get_goats_observations.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/api/get_scheduler_programs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/call_for_proposals.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/observation.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/program_note.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/site_status.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/cli/commands/workflow_state.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/credentials/credential_resolver.py
RENAMED
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/credentials/env_var_reader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/goats/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/scheduler/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/directors/scheduler/scheduler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/call_for_proposals.py
RENAMED
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client/managers/configuration_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpp_client-26.1.0.dev2 → gpp_client-26.1.0.dev3}/src/gpp_client.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|