.gitignore
.openapi-generator-ignore
.pre-commit-config.yaml
LICENSE
README.md
openapitools.json
pyproject.toml
uv.lock
.github/workflows/on_push_main.yml
.github/workflows/python.yml
.idea/.gitignore
.idea/haplohub-python.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.openapi-generator/FILES
.openapi-generator/VERSION
bin/extract.sh
bin/generate.sh
docs/AccessionSchema.md
docs/DefaultApi.md
docs/ErrorResponse.md
docs/ErrorSchema.md
docs/GetHgvsResponse.md
docs/GetPredictionResponse.md
docs/GetPredictionResultsResponse.md
docs/HgvsDosageSchema.md
docs/MetadataApi.md
docs/PaginatedResponseAccessionSchema.md
docs/PaginatedResponsePredictionSchema.md
docs/PredictionResultsSchema.md
docs/PredictionSchema.md
docs/PredictionStatus.md
docs/PredictionsApi.md
docs/Response.md
docs/Response1.md
docs/Response2.md
docs/Response3.md
docs/ResponseStatus.md
docs/RunPredictionRequest.md
docs/RunPredictionResponse.md
docs/SampleApi.md
docs/SuccessResponse.md
haplohub/__init__.py
haplohub/_version.py
haplohub/api_client.py
haplohub/api_response.py
haplohub/configuration.py
haplohub/exceptions.py
haplohub/py.typed
haplohub/rest.py
haplohub.egg-info/PKG-INFO
haplohub.egg-info/SOURCES.txt
haplohub.egg-info/dependency_links.txt
haplohub.egg-info/requires.txt
haplohub.egg-info/top_level.txt
haplohub/api/__init__.py
haplohub/api/default_api.py
haplohub/api/metadata_api.py
haplohub/api/predictions_api.py
haplohub/api/sample_api.py
haplohub/models/__init__.py
haplohub/models/accession_schema.py
haplohub/models/error_response.py
haplohub/models/error_schema.py
haplohub/models/get_hgvs_response.py
haplohub/models/get_prediction_response.py
haplohub/models/get_prediction_results_response.py
haplohub/models/hgvs_dosage_schema.py
haplohub/models/paginated_response_accession_schema.py
haplohub/models/paginated_response_prediction_schema.py
haplohub/models/prediction_results_schema.py
haplohub/models/prediction_schema.py
haplohub/models/prediction_status.py
haplohub/models/response.py
haplohub/models/response1.py
haplohub/models/response2.py
haplohub/models/response3.py
haplohub/models/response_status.py
haplohub/models/run_prediction_request.py
haplohub/models/run_prediction_response.py
haplohub/models/success_response.py
template/README.mustache
template/README_onlypackage.mustache
template/__init__.mustache
template/__init__api.mustache
template/__init__model.mustache
template/__init__package.mustache
template/api.mustache
template/api_client.mustache
template/api_doc.mustache
template/api_doc_example.mustache
template/api_response.mustache
template/api_test.mustache
template/common_README.mustache
template/configuration.mustache
template/exceptions.mustache
template/git_push.sh.mustache
template/github-workflow.mustache
template/gitignore.mustache
template/gitlab-ci.mustache
template/model.mustache
template/model_anyof.mustache
template/model_doc.mustache
template/model_enum.mustache
template/model_generic.mustache
template/model_oneof.mustache
template/model_test.mustache
template/partial_header.mustache
template/py.typed.mustache
template/pyproject.mustache
template/python_doc_auth_partial.mustache
template/requirements.mustache
template/rest.mustache
template/setup.mustache
template/setup_cfg.mustache
template/signing.mustache
template/test-requirements.mustache
template/tox.mustache
template/travis.mustache
template/asyncio/rest.mustache
template/tornado/rest.mustache
test/__init__.py
test/test_accession_schema.py
test/test_default_api.py
test/test_error_response.py
test/test_error_schema.py
test/test_get_hgvs_response.py
test/test_get_prediction_response.py
test/test_get_prediction_results_response.py
test/test_hgvs_dosage_schema.py
test/test_metadata_api.py
test/test_paginated_response_accession_schema.py
test/test_paginated_response_prediction_schema.py
test/test_prediction_results_schema.py
test/test_prediction_schema.py
test/test_prediction_status.py
test/test_predictions_api.py
test/test_response.py
test/test_response1.py
test/test_response2.py
test/test_response3.py
test/test_response_status.py
test/test_run_prediction_request.py
test/test_run_prediction_response.py
test/test_sample_api.py
test/test_success_response.py