Skip to content

Commit 62b6765

Browse files
committed
commit updates from generating new version
1 parent 65815bb commit 62b6765

File tree

172 files changed

+25066
-19329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+25066
-19329
lines changed

.github/workflows/python.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# NOTE: This file is auto generated by OpenAPI Generator.
2+
# URL: https://openapi-generator.tech
3+
#
4+
# ref: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
5+
6+
name: lilt Python package
7+
8+
on: [push, pull_request]
9+
10+
jobs:
11+
build:
12+
13+
runs-on: ubuntu-latest
14+
strategy:
15+
matrix:
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17+
18+
steps:
19+
- uses: actions/checkout@v4
20+
- name: Set up Python ${{ matrix.python-version }}
21+
uses: actions/setup-python@v4
22+
with:
23+
python-version: ${{ matrix.python-version }}
24+
- name: Install dependencies
25+
run: |
26+
python -m pip install --upgrade pip
27+
pip install -r requirements.txt
28+
pip install -r test-requirements.txt
29+
- name: Test with pytest
30+
run: |
31+
pytest --cov=lilt

.gitlab-ci.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
1+
# NOTE: This file is auto generated by OpenAPI Generator.
2+
# URL: https://openapi-generator.tech
3+
#
14
# ref: https://docs.gitlab.com/ee/ci/README.html
5+
# ref: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
26

37
stages:
48
- test
59

6-
.nosetest:
10+
.pytest:
711
stage: test
812
script:
913
- pip install -r requirements.txt
1014
- pip install -r test-requirements.txt
1115
- pytest --cov=lilt
1216

13-
nosetest-2.7:
14-
extends: .nosetest
15-
image: python:2.7-alpine
16-
nosetest-3.3:
17-
extends: .nosetest
18-
image: python:3.3-alpine
19-
nosetest-3.4:
20-
extends: .nosetest
21-
image: python:3.4-alpine
22-
nosetest-3.5:
23-
extends: .nosetest
24-
image: python:3.5-alpine
25-
nosetest-3.6:
26-
extends: .nosetest
27-
image: python:3.6-alpine
28-
nosetest-3.7:
29-
extends: .nosetest
30-
image: python:3.7-alpine
31-
nosetest-3.8:
32-
extends: .nosetest
33-
image: python:3.8-alpine
17+
pytest-3.9:
18+
extends: .pytest
19+
image: python:3.9-alpine
20+
pytest-3.10:
21+
extends: .pytest
22+
image: python:3.10-alpine
23+
pytest-3.11:
24+
extends: .pytest
25+
image: python:3.11-alpine
26+
pytest-3.12:
27+
extends: .pytest
28+
image: python:3.12-alpine
29+
pytest-3.13:
30+
extends: .pytest
31+
image: python:3.13-alpine

.openapi-generator/FILES

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
.github/workflows/python.yml
2+
.gitlab-ci.yml
3+
.travis.yml
4+
README.md
5+
docs/AddFileLabelRequest.md
6+
docs/CreateApi.md
7+
docs/CreateConverterConfigParameters.md
8+
docs/CreateWebhookOptions.md
9+
docs/DeleteLiltCreateContent200Response.md
10+
docs/DeleteSegmentFromMemoryResponse.md
11+
docs/DocumentWithSegments.md
12+
docs/DocumentWithoutSegments.md
13+
docs/DocumentWithoutSegmentsStatus.md
14+
docs/DocumentsApi.md
15+
docs/Domain.md
16+
docs/DomainList.md
17+
docs/DomainMetadata.md
18+
docs/DomainReference.md
19+
docs/DomainsApi.md
20+
docs/Error.md
21+
docs/FileDeleteResponse.md
22+
docs/FilesApi.md
23+
docs/FilterConfig.md
24+
docs/GetLiltCreateContentResponse.md
25+
docs/Job.md
26+
docs/JobCreateParameters.md
27+
docs/JobDeleteResponse.md
28+
docs/JobLeverageStats.md
29+
docs/JobProject.md
30+
docs/JobStats.md
31+
docs/JobUpdateParameters.md
32+
docs/JobsApi.md
33+
docs/LanguagePair.md
34+
docs/LanguagesApi.md
35+
docs/LanguagesResponse.md
36+
docs/LiltCreateContent.md
37+
docs/LiltCreateContentPreferences.md
38+
docs/LiltCreateContentRequest.md
39+
docs/LiltCreateContentTemplateParams.md
40+
docs/MemoriesApi.md
41+
docs/Memory.md
42+
docs/MemoryCreateParameters.md
43+
docs/MemoryDeleteResponse.md
44+
docs/MemoryImportResponse.md
45+
docs/MemoryUpdateParameters.md
46+
docs/Model.md
47+
docs/Project.md
48+
docs/ProjectCreateParameters.md
49+
docs/ProjectDeleteResponse.md
50+
docs/ProjectStats.md
51+
docs/ProjectsApi.md
52+
docs/SDLXLIFFFilter.md
53+
docs/Segment.md
54+
docs/SignLiltCreateTermsResponse.md
55+
docs/SourceFile.md
56+
docs/TermbaseExportResponse.md
57+
docs/TranslateApi.md
58+
docs/TranslateSegmentBody.md
59+
docs/Translation.md
60+
docs/TranslationInfo.md
61+
docs/TranslationList.md
62+
docs/TranslationMemoryEntry.md
63+
docs/WebhookConfigurationApi.md
64+
docs/WebhookResponse.md
65+
docs/WebhooksUpdateRequest.md
66+
docs/WebhooksUpdateRequestAnyOf.md
67+
docs/WebhooksUpdateRequestAnyOf1.md
68+
docs/WebhooksUpdateRequestAnyOf2.md
69+
docs/WorkflowStageAssignment.md
70+
docs/WorkflowStageTemplate.md
71+
docs/WorkflowTemplate.md
72+
docs/WorkflowsApi.md
73+
git_push.sh
74+
lilt/__init__.py
75+
lilt/api/__init__.py
76+
lilt/api/create_api.py
77+
lilt/api/documents_api.py
78+
lilt/api/domains_api.py
79+
lilt/api/files_api.py
80+
lilt/api/jobs_api.py
81+
lilt/api/languages_api.py
82+
lilt/api/memories_api.py
83+
lilt/api/projects_api.py
84+
lilt/api/translate_api.py
85+
lilt/api/webhook_configuration_api.py
86+
lilt/api/workflows_api.py
87+
lilt/api_client.py
88+
lilt/api_response.py
89+
lilt/configuration.py
90+
lilt/exceptions.py
91+
lilt/models/__init__.py
92+
lilt/models/add_file_label_request.py
93+
lilt/models/create_converter_config_parameters.py
94+
lilt/models/create_webhook_options.py
95+
lilt/models/delete_lilt_create_content200_response.py
96+
lilt/models/delete_segment_from_memory_response.py
97+
lilt/models/document_with_segments.py
98+
lilt/models/document_without_segments.py
99+
lilt/models/document_without_segments_status.py
100+
lilt/models/domain.py
101+
lilt/models/domain_list.py
102+
lilt/models/domain_metadata.py
103+
lilt/models/domain_reference.py
104+
lilt/models/error.py
105+
lilt/models/file_delete_response.py
106+
lilt/models/filter_config.py
107+
lilt/models/get_lilt_create_content_response.py
108+
lilt/models/job.py
109+
lilt/models/job_create_parameters.py
110+
lilt/models/job_delete_response.py
111+
lilt/models/job_leverage_stats.py
112+
lilt/models/job_project.py
113+
lilt/models/job_stats.py
114+
lilt/models/job_update_parameters.py
115+
lilt/models/language_pair.py
116+
lilt/models/languages_response.py
117+
lilt/models/lilt_create_content.py
118+
lilt/models/lilt_create_content_preferences.py
119+
lilt/models/lilt_create_content_request.py
120+
lilt/models/lilt_create_content_template_params.py
121+
lilt/models/memory.py
122+
lilt/models/memory_create_parameters.py
123+
lilt/models/memory_delete_response.py
124+
lilt/models/memory_import_response.py
125+
lilt/models/memory_update_parameters.py
126+
lilt/models/model.py
127+
lilt/models/project.py
128+
lilt/models/project_create_parameters.py
129+
lilt/models/project_delete_response.py
130+
lilt/models/project_stats.py
131+
lilt/models/sdlxliff_filter.py
132+
lilt/models/segment.py
133+
lilt/models/sign_lilt_create_terms_response.py
134+
lilt/models/source_file.py
135+
lilt/models/termbase_export_response.py
136+
lilt/models/translate_segment_body.py
137+
lilt/models/translation.py
138+
lilt/models/translation_info.py
139+
lilt/models/translation_list.py
140+
lilt/models/translation_memory_entry.py
141+
lilt/models/webhook_response.py
142+
lilt/models/webhooks_update_request.py
143+
lilt/models/webhooks_update_request_any_of.py
144+
lilt/models/webhooks_update_request_any_of1.py
145+
lilt/models/webhooks_update_request_any_of2.py
146+
lilt/models/workflow_stage_assignment.py
147+
lilt/models/workflow_stage_template.py
148+
lilt/models/workflow_template.py
149+
lilt/py.typed
150+
lilt/rest.py
151+
pyproject.toml
152+
requirements.txt
153+
setup.cfg
154+
setup.py
155+
test/__init__.py
156+
test/test_create_webhook_options.py
157+
test/test_delete_lilt_create_content200_response.py
158+
test/test_domain.py
159+
test/test_domain_list.py
160+
test/test_domain_metadata.py
161+
test/test_domain_reference.py
162+
test/test_domains_api.py
163+
test/test_filter_config.py
164+
test/test_model.py
165+
test/test_webhook_configuration_api.py
166+
test/test_webhook_response.py
167+
test/test_webhooks_update_request.py
168+
test/test_webhooks_update_request_any_of.py
169+
test/test_webhooks_update_request_any_of1.py
170+
test/test_webhooks_update_request_any_of2.py
171+
tox.ini

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.1
1+
7.13.0

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "2.7"
5-
- "3.2"
6-
- "3.3"
7-
- "3.4"
8-
- "3.5"
9-
- "3.6"
10-
- "3.7"
11-
- "3.8"
4+
- "3.9"
5+
- "3.10"
6+
- "3.11"
7+
- "3.12"
8+
- "3.13"
9+
# uncomment the following if needed
10+
#- "3.13-dev" # 3.13 development branch
11+
#- "nightly" # nightly build
1212
# command to install dependencies
1313
install:
1414
- "pip install -r requirements.txt"

0 commit comments

Comments
 (0)