igvf-client 62.0.0__py3-none-any.whl
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.
- igvf_client/__init__.py +160 -0
- igvf_client/api/__init__.py +5 -0
- igvf_client/api/igvf_api.py +73592 -0
- igvf_client/api_client.py +772 -0
- igvf_client/api_response.py +21 -0
- igvf_client/configuration.py +461 -0
- igvf_client/exceptions.py +199 -0
- igvf_client/models/__init__.py +143 -0
- igvf_client/models/access_key.py +166 -0
- igvf_client/models/access_key_results.py +111 -0
- igvf_client/models/alignment_file.py +321 -0
- igvf_client/models/alignment_file_results.py +111 -0
- igvf_client/models/analysis_set.py +253 -0
- igvf_client/models/analysis_set_results.py +111 -0
- igvf_client/models/analysis_step.py +237 -0
- igvf_client/models/analysis_step_results.py +111 -0
- igvf_client/models/analysis_step_version.py +170 -0
- igvf_client/models/analysis_step_version_results.py +111 -0
- igvf_client/models/assay_term.py +217 -0
- igvf_client/models/assay_term_results.py +111 -0
- igvf_client/models/attachment.py +110 -0
- igvf_client/models/attachment1.py +110 -0
- igvf_client/models/auxiliary_set.py +233 -0
- igvf_client/models/auxiliary_set_results.py +111 -0
- igvf_client/models/award.py +230 -0
- igvf_client/models/award_results.py +111 -0
- igvf_client/models/biomarker.py +200 -0
- igvf_client/models/biomarker_results.py +111 -0
- igvf_client/models/configuration_file.py +285 -0
- igvf_client/models/configuration_file_results.py +111 -0
- igvf_client/models/construct_library_set.py +387 -0
- igvf_client/models/construct_library_set_results.py +111 -0
- igvf_client/models/crispr_modification.py +262 -0
- igvf_client/models/crispr_modification_results.py +111 -0
- igvf_client/models/curated_set.py +245 -0
- igvf_client/models/curated_set_results.py +111 -0
- igvf_client/models/degron_modification.py +238 -0
- igvf_client/models/degron_modification_results.py +111 -0
- igvf_client/models/document.py +211 -0
- igvf_client/models/document_results.py +111 -0
- igvf_client/models/gene.py +245 -0
- igvf_client/models/gene_location.py +121 -0
- igvf_client/models/gene_location1.py +108 -0
- igvf_client/models/gene_results.py +111 -0
- igvf_client/models/genome_browser_annotation_file.py +321 -0
- igvf_client/models/genome_browser_annotation_file_results.py +111 -0
- igvf_client/models/human_donor.py +269 -0
- igvf_client/models/human_donor_results.py +111 -0
- igvf_client/models/image.py +187 -0
- igvf_client/models/image_file.py +283 -0
- igvf_client/models/image_file_results.py +111 -0
- igvf_client/models/image_results.py +111 -0
- igvf_client/models/in_vitro_system.py +449 -0
- igvf_client/models/in_vitro_system_results.py +111 -0
- igvf_client/models/index_file.py +295 -0
- igvf_client/models/index_file_results.py +111 -0
- igvf_client/models/institutional_certificate.py +209 -0
- igvf_client/models/institutional_certificate_results.py +111 -0
- igvf_client/models/item.py +1125 -0
- igvf_client/models/item_type.py +87 -0
- igvf_client/models/lab.py +192 -0
- igvf_client/models/lab_results.py +111 -0
- igvf_client/models/limit.py +158 -0
- igvf_client/models/locus.py +121 -0
- igvf_client/models/locus1.py +108 -0
- igvf_client/models/matrix_file.py +312 -0
- igvf_client/models/matrix_file_results.py +111 -0
- igvf_client/models/measurement_set.py +292 -0
- igvf_client/models/measurement_set_results.py +111 -0
- igvf_client/models/model_file.py +291 -0
- igvf_client/models/model_file_results.py +111 -0
- igvf_client/models/model_set.py +278 -0
- igvf_client/models/model_set_results.py +111 -0
- igvf_client/models/multiplexed_sample.py +324 -0
- igvf_client/models/multiplexed_sample_results.py +111 -0
- igvf_client/models/no_results_response.py +161 -0
- igvf_client/models/no_results_response_columns_value.py +87 -0
- igvf_client/models/no_results_response_facet_groups_inner.py +91 -0
- igvf_client/models/no_results_response_facets_inner.py +107 -0
- igvf_client/models/no_results_response_facets_inner_terms_inner.py +89 -0
- igvf_client/models/no_results_response_filters_inner.py +91 -0
- igvf_client/models/no_results_response_sort_value.py +89 -0
- igvf_client/models/open_reading_frame.py +200 -0
- igvf_client/models/open_reading_frame_results.py +111 -0
- igvf_client/models/output_content_type.py +272 -0
- igvf_client/models/output_content_type_any_of.py +158 -0
- igvf_client/models/page.py +203 -0
- igvf_client/models/page_layout.py +95 -0
- igvf_client/models/page_layout_components.py +93 -0
- igvf_client/models/page_results.py +111 -0
- igvf_client/models/phenotype_term.py +198 -0
- igvf_client/models/phenotype_term_results.py +111 -0
- igvf_client/models/phenotypic_feature.py +196 -0
- igvf_client/models/phenotypic_feature_results.py +111 -0
- igvf_client/models/platform_term.py +223 -0
- igvf_client/models/platform_term_results.py +111 -0
- igvf_client/models/prediction_set.py +274 -0
- igvf_client/models/prediction_set_results.py +111 -0
- igvf_client/models/primary_cell.py +402 -0
- igvf_client/models/primary_cell_results.py +111 -0
- igvf_client/models/publication.py +232 -0
- igvf_client/models/publication_results.py +111 -0
- igvf_client/models/reference_file.py +329 -0
- igvf_client/models/reference_file_results.py +111 -0
- igvf_client/models/related_donor.py +96 -0
- igvf_client/models/rodent_donor.py +277 -0
- igvf_client/models/rodent_donor_results.py +111 -0
- igvf_client/models/sample_term.py +208 -0
- igvf_client/models/sample_term_results.py +111 -0
- igvf_client/models/search_facet.py +91 -0
- igvf_client/models/search_result_item.py +1125 -0
- igvf_client/models/search_results.py +111 -0
- igvf_client/models/sequence_file.py +371 -0
- igvf_client/models/sequence_file_results.py +111 -0
- igvf_client/models/signal_file.py +341 -0
- igvf_client/models/signal_file_results.py +111 -0
- igvf_client/models/software.py +209 -0
- igvf_client/models/software_results.py +111 -0
- igvf_client/models/software_version.py +188 -0
- igvf_client/models/software_version_results.py +111 -0
- igvf_client/models/source.py +188 -0
- igvf_client/models/source_results.py +111 -0
- igvf_client/models/tabular_file.py +327 -0
- igvf_client/models/tabular_file_results.py +111 -0
- igvf_client/models/technical_sample.py +321 -0
- igvf_client/models/technical_sample_results.py +111 -0
- igvf_client/models/tile.py +102 -0
- igvf_client/models/tissue.py +415 -0
- igvf_client/models/tissue_results.py +111 -0
- igvf_client/models/treatment.py +294 -0
- igvf_client/models/treatment_results.py +111 -0
- igvf_client/models/user.py +220 -0
- igvf_client/models/user_results.py +111 -0
- igvf_client/models/whole_organism.py +387 -0
- igvf_client/models/whole_organism_results.py +111 -0
- igvf_client/models/workflow.py +233 -0
- igvf_client/models/workflow_results.py +111 -0
- igvf_client/py.typed +0 -0
- igvf_client/rest.py +257 -0
- igvf_client-62.0.0.dist-info/LICENSE +21 -0
- igvf_client-62.0.0.dist-info/METADATA +25 -0
- igvf_client-62.0.0.dist-info/RECORD +144 -0
- igvf_client-62.0.0.dist-info/WHEEL +5 -0
- igvf_client-62.0.0.dist-info/top_level.txt +1 -0
igvf_client/__init__.py
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
# flake8: noqa
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
IGVF Project API
|
|
7
|
+
|
|
8
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
9
|
+
|
|
10
|
+
The version of the OpenAPI document: 62.0.0
|
|
11
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
|
+
|
|
13
|
+
Do not edit the class manually.
|
|
14
|
+
""" # noqa: E501
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
__version__ = "62.0.0"
|
|
18
|
+
|
|
19
|
+
# import apis into sdk package
|
|
20
|
+
from igvf_client.api.igvf_api import IgvfApi
|
|
21
|
+
|
|
22
|
+
# import ApiClient
|
|
23
|
+
from igvf_client.api_response import ApiResponse
|
|
24
|
+
from igvf_client.api_client import ApiClient
|
|
25
|
+
from igvf_client.configuration import Configuration
|
|
26
|
+
from igvf_client.exceptions import OpenApiException
|
|
27
|
+
from igvf_client.exceptions import ApiTypeError
|
|
28
|
+
from igvf_client.exceptions import ApiValueError
|
|
29
|
+
from igvf_client.exceptions import ApiKeyError
|
|
30
|
+
from igvf_client.exceptions import ApiAttributeError
|
|
31
|
+
from igvf_client.exceptions import ApiException
|
|
32
|
+
|
|
33
|
+
# import models into sdk package
|
|
34
|
+
from igvf_client.models.access_key import AccessKey
|
|
35
|
+
from igvf_client.models.access_key_results import AccessKeyResults
|
|
36
|
+
from igvf_client.models.alignment_file import AlignmentFile
|
|
37
|
+
from igvf_client.models.alignment_file_results import AlignmentFileResults
|
|
38
|
+
from igvf_client.models.analysis_set import AnalysisSet
|
|
39
|
+
from igvf_client.models.analysis_set_results import AnalysisSetResults
|
|
40
|
+
from igvf_client.models.analysis_step import AnalysisStep
|
|
41
|
+
from igvf_client.models.analysis_step_results import AnalysisStepResults
|
|
42
|
+
from igvf_client.models.analysis_step_version import AnalysisStepVersion
|
|
43
|
+
from igvf_client.models.analysis_step_version_results import AnalysisStepVersionResults
|
|
44
|
+
from igvf_client.models.assay_term import AssayTerm
|
|
45
|
+
from igvf_client.models.assay_term_results import AssayTermResults
|
|
46
|
+
from igvf_client.models.attachment import Attachment
|
|
47
|
+
from igvf_client.models.attachment1 import Attachment1
|
|
48
|
+
from igvf_client.models.auxiliary_set import AuxiliarySet
|
|
49
|
+
from igvf_client.models.auxiliary_set_results import AuxiliarySetResults
|
|
50
|
+
from igvf_client.models.award import Award
|
|
51
|
+
from igvf_client.models.award_results import AwardResults
|
|
52
|
+
from igvf_client.models.biomarker import Biomarker
|
|
53
|
+
from igvf_client.models.biomarker_results import BiomarkerResults
|
|
54
|
+
from igvf_client.models.configuration_file import ConfigurationFile
|
|
55
|
+
from igvf_client.models.configuration_file_results import ConfigurationFileResults
|
|
56
|
+
from igvf_client.models.construct_library_set import ConstructLibrarySet
|
|
57
|
+
from igvf_client.models.construct_library_set_results import ConstructLibrarySetResults
|
|
58
|
+
from igvf_client.models.crispr_modification import CrisprModification
|
|
59
|
+
from igvf_client.models.crispr_modification_results import CrisprModificationResults
|
|
60
|
+
from igvf_client.models.curated_set import CuratedSet
|
|
61
|
+
from igvf_client.models.curated_set_results import CuratedSetResults
|
|
62
|
+
from igvf_client.models.degron_modification import DegronModification
|
|
63
|
+
from igvf_client.models.degron_modification_results import DegronModificationResults
|
|
64
|
+
from igvf_client.models.document import Document
|
|
65
|
+
from igvf_client.models.document_results import DocumentResults
|
|
66
|
+
from igvf_client.models.gene import Gene
|
|
67
|
+
from igvf_client.models.gene_location import GeneLocation
|
|
68
|
+
from igvf_client.models.gene_location1 import GeneLocation1
|
|
69
|
+
from igvf_client.models.gene_results import GeneResults
|
|
70
|
+
from igvf_client.models.genome_browser_annotation_file import GenomeBrowserAnnotationFile
|
|
71
|
+
from igvf_client.models.genome_browser_annotation_file_results import GenomeBrowserAnnotationFileResults
|
|
72
|
+
from igvf_client.models.human_donor import HumanDonor
|
|
73
|
+
from igvf_client.models.human_donor_results import HumanDonorResults
|
|
74
|
+
from igvf_client.models.image import Image
|
|
75
|
+
from igvf_client.models.image_file import ImageFile
|
|
76
|
+
from igvf_client.models.image_file_results import ImageFileResults
|
|
77
|
+
from igvf_client.models.image_results import ImageResults
|
|
78
|
+
from igvf_client.models.in_vitro_system import InVitroSystem
|
|
79
|
+
from igvf_client.models.in_vitro_system_results import InVitroSystemResults
|
|
80
|
+
from igvf_client.models.index_file import IndexFile
|
|
81
|
+
from igvf_client.models.index_file_results import IndexFileResults
|
|
82
|
+
from igvf_client.models.institutional_certificate import InstitutionalCertificate
|
|
83
|
+
from igvf_client.models.institutional_certificate_results import InstitutionalCertificateResults
|
|
84
|
+
from igvf_client.models.item import Item
|
|
85
|
+
from igvf_client.models.item_type import ItemType
|
|
86
|
+
from igvf_client.models.lab import Lab
|
|
87
|
+
from igvf_client.models.lab_results import LabResults
|
|
88
|
+
from igvf_client.models.limit import Limit
|
|
89
|
+
from igvf_client.models.locus import Locus
|
|
90
|
+
from igvf_client.models.locus1 import Locus1
|
|
91
|
+
from igvf_client.models.matrix_file import MatrixFile
|
|
92
|
+
from igvf_client.models.matrix_file_results import MatrixFileResults
|
|
93
|
+
from igvf_client.models.measurement_set import MeasurementSet
|
|
94
|
+
from igvf_client.models.measurement_set_results import MeasurementSetResults
|
|
95
|
+
from igvf_client.models.model_file import ModelFile
|
|
96
|
+
from igvf_client.models.model_file_results import ModelFileResults
|
|
97
|
+
from igvf_client.models.model_set import ModelSet
|
|
98
|
+
from igvf_client.models.model_set_results import ModelSetResults
|
|
99
|
+
from igvf_client.models.multiplexed_sample import MultiplexedSample
|
|
100
|
+
from igvf_client.models.multiplexed_sample_results import MultiplexedSampleResults
|
|
101
|
+
from igvf_client.models.no_results_response import NoResultsResponse
|
|
102
|
+
from igvf_client.models.no_results_response_columns_value import NoResultsResponseColumnsValue
|
|
103
|
+
from igvf_client.models.no_results_response_facet_groups_inner import NoResultsResponseFacetGroupsInner
|
|
104
|
+
from igvf_client.models.no_results_response_facets_inner import NoResultsResponseFacetsInner
|
|
105
|
+
from igvf_client.models.no_results_response_facets_inner_terms_inner import NoResultsResponseFacetsInnerTermsInner
|
|
106
|
+
from igvf_client.models.no_results_response_filters_inner import NoResultsResponseFiltersInner
|
|
107
|
+
from igvf_client.models.no_results_response_sort_value import NoResultsResponseSortValue
|
|
108
|
+
from igvf_client.models.open_reading_frame import OpenReadingFrame
|
|
109
|
+
from igvf_client.models.open_reading_frame_results import OpenReadingFrameResults
|
|
110
|
+
from igvf_client.models.page import Page
|
|
111
|
+
from igvf_client.models.page_layout import PageLayout
|
|
112
|
+
from igvf_client.models.page_layout_components import PageLayoutComponents
|
|
113
|
+
from igvf_client.models.page_results import PageResults
|
|
114
|
+
from igvf_client.models.phenotype_term import PhenotypeTerm
|
|
115
|
+
from igvf_client.models.phenotype_term_results import PhenotypeTermResults
|
|
116
|
+
from igvf_client.models.phenotypic_feature import PhenotypicFeature
|
|
117
|
+
from igvf_client.models.phenotypic_feature_results import PhenotypicFeatureResults
|
|
118
|
+
from igvf_client.models.platform_term import PlatformTerm
|
|
119
|
+
from igvf_client.models.platform_term_results import PlatformTermResults
|
|
120
|
+
from igvf_client.models.prediction_set import PredictionSet
|
|
121
|
+
from igvf_client.models.prediction_set_results import PredictionSetResults
|
|
122
|
+
from igvf_client.models.primary_cell import PrimaryCell
|
|
123
|
+
from igvf_client.models.primary_cell_results import PrimaryCellResults
|
|
124
|
+
from igvf_client.models.publication import Publication
|
|
125
|
+
from igvf_client.models.publication_results import PublicationResults
|
|
126
|
+
from igvf_client.models.reference_file import ReferenceFile
|
|
127
|
+
from igvf_client.models.reference_file_results import ReferenceFileResults
|
|
128
|
+
from igvf_client.models.related_donor import RelatedDonor
|
|
129
|
+
from igvf_client.models.rodent_donor import RodentDonor
|
|
130
|
+
from igvf_client.models.rodent_donor_results import RodentDonorResults
|
|
131
|
+
from igvf_client.models.sample_term import SampleTerm
|
|
132
|
+
from igvf_client.models.sample_term_results import SampleTermResults
|
|
133
|
+
from igvf_client.models.search_facet import SearchFacet
|
|
134
|
+
from igvf_client.models.search_result_item import SearchResultItem
|
|
135
|
+
from igvf_client.models.search_results import SearchResults
|
|
136
|
+
from igvf_client.models.sequence_file import SequenceFile
|
|
137
|
+
from igvf_client.models.sequence_file_results import SequenceFileResults
|
|
138
|
+
from igvf_client.models.signal_file import SignalFile
|
|
139
|
+
from igvf_client.models.signal_file_results import SignalFileResults
|
|
140
|
+
from igvf_client.models.software import Software
|
|
141
|
+
from igvf_client.models.software_results import SoftwareResults
|
|
142
|
+
from igvf_client.models.software_version import SoftwareVersion
|
|
143
|
+
from igvf_client.models.software_version_results import SoftwareVersionResults
|
|
144
|
+
from igvf_client.models.source import Source
|
|
145
|
+
from igvf_client.models.source_results import SourceResults
|
|
146
|
+
from igvf_client.models.tabular_file import TabularFile
|
|
147
|
+
from igvf_client.models.tabular_file_results import TabularFileResults
|
|
148
|
+
from igvf_client.models.technical_sample import TechnicalSample
|
|
149
|
+
from igvf_client.models.technical_sample_results import TechnicalSampleResults
|
|
150
|
+
from igvf_client.models.tile import Tile
|
|
151
|
+
from igvf_client.models.tissue import Tissue
|
|
152
|
+
from igvf_client.models.tissue_results import TissueResults
|
|
153
|
+
from igvf_client.models.treatment import Treatment
|
|
154
|
+
from igvf_client.models.treatment_results import TreatmentResults
|
|
155
|
+
from igvf_client.models.user import User
|
|
156
|
+
from igvf_client.models.user_results import UserResults
|
|
157
|
+
from igvf_client.models.whole_organism import WholeOrganism
|
|
158
|
+
from igvf_client.models.whole_organism_results import WholeOrganismResults
|
|
159
|
+
from igvf_client.models.workflow import Workflow
|
|
160
|
+
from igvf_client.models.workflow_results import WorkflowResults
|