Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions generated/.github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# NOTE: This file is auto generated by OpenAPI Generator.
# URL: https://openapi-generator.tech
#
# ref: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: groundlight_openapi_client Python package

on: [push, pull_request]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest --cov=groundlight_openapi_client
2 changes: 1 addition & 1 deletion generated/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ docs/_build/
# PyBuilder
target/

#Ipython Notebook
# Ipython Notebook
.ipynb_checkpoints
154 changes: 79 additions & 75 deletions generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.github/workflows/python.yml
.gitignore
README.md
docs/AccountMonthToDateInfo.md
docs/Action.md
docs/ActionList.md
docs/ActionsApi.md
docs/AllNotes.md
docs/AnnotationsRequestedEnum.md
Expand All @@ -18,8 +17,7 @@ docs/Condition.md
docs/ConditionRequest.md
docs/CountModeConfiguration.md
docs/CountingResult.md
docs/Detector.md
docs/DetectorCreationInputRequest.md
docs/DetectorCreationInputRequestModeConfiguration.md
docs/DetectorGroup.md
docs/DetectorGroupRequest.md
docs/DetectorGroupsApi.md
Expand All @@ -29,15 +27,14 @@ docs/DetectorsApi.md
docs/EdgeApi.md
docs/EdgeModelInfo.md
docs/EscalationTypeEnum.md
docs/GetDetectorEvaluation200Response.md
docs/GetDetectorEvaluation200ResponseEvaluationResults.md
docs/GetDetectorMetrics200Response.md
docs/GetDetectorMetrics200ResponseSummary.md
docs/GetDetectorMetrics200ResponseSummaryClassCounts.md
docs/ImageQueriesApi.md
docs/ImageQuery.md
docs/ImageQueryResult.md
docs/ImageQueryTypeEnum.md
docs/InlineResponse200.md
docs/InlineResponse2001.md
docs/InlineResponse2001EvaluationResults.md
docs/InlineResponse2002.md
docs/InlineResponse200Summary.md
docs/InlineResponse200SummaryClassCounts.md
docs/Label.md
docs/LabelValue.md
docs/LabelValueRequest.md
Expand All @@ -52,13 +49,13 @@ docs/NotesApi.md
docs/PaginatedDetectorList.md
docs/PaginatedImageQueryList.md
docs/PaginatedRuleList.md
docs/PatchedDetectorRequest.md
docs/PayloadTemplate.md
docs/PayloadTemplateRequest.md
docs/ROI.md
docs/ROIRequest.md
docs/ResultTypeEnum.md
docs/Rule.md
docs/RuleAction.md
docs/RuleRequest.md
docs/SnoozeTimeUnitEnum.md
docs/Source.md
Expand All @@ -70,6 +67,7 @@ docs/UserApi.md
docs/VerbEnum.md
docs/WebhookAction.md
docs/WebhookActionRequest.md
docs/WhoAmI200Response.md
git_push.sh
groundlight_openapi_client/__init__.py
groundlight_openapi_client/api/__init__.py
Expand All @@ -84,76 +82,82 @@ groundlight_openapi_client/api/month_to_date_account_info_api.py
groundlight_openapi_client/api/notes_api.py
groundlight_openapi_client/api/user_api.py
groundlight_openapi_client/api_client.py
groundlight_openapi_client/apis/__init__.py
groundlight_openapi_client/api_response.py
groundlight_openapi_client/configuration.py
groundlight_openapi_client/exceptions.py
groundlight_openapi_client/model/__init__.py
groundlight_openapi_client/model/account_month_to_date_info.py
groundlight_openapi_client/model/action.py
groundlight_openapi_client/model/action_list.py
groundlight_openapi_client/model/all_notes.py
groundlight_openapi_client/model/annotations_requested_enum.py
groundlight_openapi_client/model/b_box_geometry.py
groundlight_openapi_client/model/b_box_geometry_request.py
groundlight_openapi_client/model/binary_classification_result.py
groundlight_openapi_client/model/blank_enum.py
groundlight_openapi_client/model/bounding_box_label_enum.py
groundlight_openapi_client/model/bounding_box_mode_configuration.py
groundlight_openapi_client/model/bounding_box_result.py
groundlight_openapi_client/model/channel_enum.py
groundlight_openapi_client/model/condition.py
groundlight_openapi_client/model/condition_request.py
groundlight_openapi_client/model/count_mode_configuration.py
groundlight_openapi_client/model/counting_result.py
groundlight_openapi_client/model/detector.py
groundlight_openapi_client/model/detector_creation_input_request.py
groundlight_openapi_client/model/detector_group.py
groundlight_openapi_client/model/detector_group_request.py
groundlight_openapi_client/model/detector_type_enum.py
groundlight_openapi_client/model/edge_model_info.py
groundlight_openapi_client/model/escalation_type_enum.py
groundlight_openapi_client/model/image_query.py
groundlight_openapi_client/model/image_query_type_enum.py
groundlight_openapi_client/model/inline_response200.py
groundlight_openapi_client/model/inline_response2001.py
groundlight_openapi_client/model/inline_response2001_evaluation_results.py
groundlight_openapi_client/model/inline_response2002.py
groundlight_openapi_client/model/inline_response200_summary.py
groundlight_openapi_client/model/inline_response200_summary_class_counts.py
groundlight_openapi_client/model/label.py
groundlight_openapi_client/model/label_value.py
groundlight_openapi_client/model/label_value_request.py
groundlight_openapi_client/model/mode_enum.py
groundlight_openapi_client/model/multi_class_mode_configuration.py
groundlight_openapi_client/model/multi_classification_result.py
groundlight_openapi_client/model/note.py
groundlight_openapi_client/model/note_request.py
groundlight_openapi_client/model/paginated_detector_list.py
groundlight_openapi_client/model/paginated_image_query_list.py
groundlight_openapi_client/model/paginated_rule_list.py
groundlight_openapi_client/model/patched_detector_request.py
groundlight_openapi_client/model/payload_template.py
groundlight_openapi_client/model/payload_template_request.py
groundlight_openapi_client/model/result_type_enum.py
groundlight_openapi_client/model/roi.py
groundlight_openapi_client/model/roi_request.py
groundlight_openapi_client/model/rule.py
groundlight_openapi_client/model/rule_request.py
groundlight_openapi_client/model/snooze_time_unit_enum.py
groundlight_openapi_client/model/source.py
groundlight_openapi_client/model/source_enum.py
groundlight_openapi_client/model/status_enum.py
groundlight_openapi_client/model/text_mode_configuration.py
groundlight_openapi_client/model/text_recognition_result.py
groundlight_openapi_client/model/verb_enum.py
groundlight_openapi_client/model/webhook_action.py
groundlight_openapi_client/model/webhook_action_request.py
groundlight_openapi_client/model_utils.py
groundlight_openapi_client/models/__init__.py
groundlight_openapi_client/models/action.py
groundlight_openapi_client/models/all_notes.py
groundlight_openapi_client/models/annotations_requested_enum.py
groundlight_openapi_client/models/b_box_geometry.py
groundlight_openapi_client/models/b_box_geometry_request.py
groundlight_openapi_client/models/binary_classification_result.py
groundlight_openapi_client/models/blank_enum.py
groundlight_openapi_client/models/bounding_box_label_enum.py
groundlight_openapi_client/models/bounding_box_mode_configuration.py
groundlight_openapi_client/models/bounding_box_result.py
groundlight_openapi_client/models/channel_enum.py
groundlight_openapi_client/models/condition.py
groundlight_openapi_client/models/condition_request.py
groundlight_openapi_client/models/count_mode_configuration.py
groundlight_openapi_client/models/counting_result.py
groundlight_openapi_client/models/detector_creation_input_request_mode_configuration.py
groundlight_openapi_client/models/detector_group.py
groundlight_openapi_client/models/detector_group_request.py
groundlight_openapi_client/models/detector_type_enum.py
groundlight_openapi_client/models/edge_model_info.py
groundlight_openapi_client/models/escalation_type_enum.py
groundlight_openapi_client/models/get_detector_evaluation200_response.py
groundlight_openapi_client/models/get_detector_evaluation200_response_evaluation_results.py
groundlight_openapi_client/models/get_detector_metrics200_response.py
groundlight_openapi_client/models/get_detector_metrics200_response_summary.py
groundlight_openapi_client/models/get_detector_metrics200_response_summary_class_counts.py
groundlight_openapi_client/models/image_query_result.py
groundlight_openapi_client/models/image_query_type_enum.py
groundlight_openapi_client/models/label.py
groundlight_openapi_client/models/label_value.py
groundlight_openapi_client/models/label_value_request.py
groundlight_openapi_client/models/mode_enum.py
groundlight_openapi_client/models/multi_class_mode_configuration.py
groundlight_openapi_client/models/multi_classification_result.py
groundlight_openapi_client/models/note.py
groundlight_openapi_client/models/note_request.py
groundlight_openapi_client/models/paginated_detector_list.py
groundlight_openapi_client/models/paginated_image_query_list.py
groundlight_openapi_client/models/paginated_rule_list.py
groundlight_openapi_client/models/payload_template.py
groundlight_openapi_client/models/payload_template_request.py
groundlight_openapi_client/models/result_type_enum.py
groundlight_openapi_client/models/roi.py
groundlight_openapi_client/models/roi_request.py
groundlight_openapi_client/models/rule.py
groundlight_openapi_client/models/rule_action.py
groundlight_openapi_client/models/rule_request.py
groundlight_openapi_client/models/snooze_time_unit_enum.py
groundlight_openapi_client/models/source.py
groundlight_openapi_client/models/source_enum.py
groundlight_openapi_client/models/status_enum.py
groundlight_openapi_client/models/text_mode_configuration.py
groundlight_openapi_client/models/text_recognition_result.py
groundlight_openapi_client/models/verb_enum.py
groundlight_openapi_client/models/webhook_action.py
groundlight_openapi_client/models/webhook_action_request.py
groundlight_openapi_client/models/who_am_i200_response.py
groundlight_openapi_client/py.typed
groundlight_openapi_client/rest.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_detector_creation_input_request_mode_configuration.py
test/test_get_detector_evaluation200_response.py
test/test_get_detector_evaluation200_response_evaluation_results.py
test/test_get_detector_metrics200_response.py
test/test_get_detector_metrics200_response_summary.py
test/test_get_detector_metrics200_response_summary_class_counts.py
test/test_image_query_result.py
test/test_rule_action.py
test/test_who_am_i200_response.py
tox.ini
2 changes: 1 addition & 1 deletion generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0
7.18.0
Loading
Loading