-
Notifications
You must be signed in to change notification settings - Fork 0
Commit ae76a37
committed
chore: configure new SDK language
File tree
143 files changed
+25380
-1
lines changed- .devcontainer
- Dockerfile
- devcontainer.json
- .github/workflows
- ci.yml
- .gitignore
- .python-version
- .stats.yml
- .vscode
- settings.json
- Brewfile
- CONTRIBUTING.md
- LICENSE
- README.md
- SECURITY.md
- api.md
- bin
- publish-pypi
- examples
- .keep
- noxfile.py
- pyproject.toml
- requirements-dev.lock
- requirements.lock
- scripts
- bootstrap
- format
- lint
- mock
- test
- utils
- ruffen-docs.py
- upload-artifact.sh
- src/chunkify
- __init__.py
- _base_client.py
- _client.py
- _compat.py
- _constants.py
- _exceptions.py
- _files.py
- _models.py
- _qs.py
- _resource.py
- _response.py
- _streaming.py
- _types.py
- _utils
- __init__.py
- _compat.py
- _datetime_parse.py
- _logs.py
- _proxy.py
- _reflection.py
- _resources_proxy.py
- _streams.py
- _sync.py
- _transform.py
- _typing.py
- _utils.py
- _version.py
- lib
- .keep
- pagination.py
- py.typed
- resources
- __init__.py
- files.py
- jobs.py
- notifications.py
- projects.py
- sources.py
- storages.py
- tokens.py
- uploads.py
- webhooks.py
- types
- __init__.py
- api_file.py
- file_list_params.py
- file_retrieve_response.py
- job.py
- job_create_params.py
- job_create_response.py
- job_get_files_response.py
- job_get_logs_params.py
- job_get_logs_response.py
- job_get_transcoders_response.py
- job_list_params.py
- job_retrieve_response.py
- notification.py
- notification_create_params.py
- notification_create_response.py
- notification_list_params.py
- notification_retrieve_response.py
- project.py
- project_create_params.py
- project_create_response.py
- project_list_params.py
- project_list_response.py
- project_retrieve_response.py
- project_update_params.py
- response_ok.py
- source.py
- source_create_params.py
- source_create_response.py
- source_list_params.py
- source_retrieve_response.py
- storage.py
- storage_create_params.py
- storage_create_response.py
- storage_list_response.py
- storage_retrieve_response.py
- token.py
- token_create_params.py
- token_create_response.py
- token_list_response.py
- upload.py
- upload_create_params.py
- upload_create_response.py
- upload_list_params.py
- upload_retrieve_response.py
- webhook.py
- webhook_create_params.py
- webhook_create_response.py
- webhook_list_response.py
- webhook_retrieve_response.py
- webhook_update_params.py
- tests
- __init__.py
- api_resources
- __init__.py
- test_files.py
- test_jobs.py
- test_notifications.py
- test_projects.py
- test_sources.py
- test_storages.py
- test_tokens.py
- test_uploads.py
- test_webhooks.py
- conftest.py
- sample_file.txt
- test_client.py
- test_deepcopy.py
- test_extract_files.py
- test_files.py
- test_models.py
- test_qs.py
- test_required_args.py
- test_response.py
- test_streaming.py
- test_transform.py
- test_utils
- test_datetime_parse.py
- test_proxy.py
- test_typing.py
- utils.py
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+25380
-1
lines changed.devcontainer/Dockerfile
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
.devcontainer/devcontainer.json
Lines changed: 43 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
.github/workflows/ci.yml
Lines changed: 98 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
.gitignore
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
.python-version
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
.stats.yml
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
.vscode/settings.json
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Brewfile
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
CONTRIBUTING.md
Lines changed: 128 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |