Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the source of truth of kaggle-api development to this repository #557

Merged
merged 26 commits into from
Mar 26, 2024
Merged
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
1 change: 1 addition & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python
1 change: 1 addition & 0 deletions .swagger-codegen-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
====
### 1.6.8

* Add "gguf"

### 1.6.7

Expand Down
944 changes: 43 additions & 901 deletions README.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/ApiBlobType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ApiBlobType

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


11 changes: 11 additions & 0 deletions docs/Collaborator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Collaborator

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **str** | Username of the collaborator |
**role** | **str** | Role of the collaborator |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


11 changes: 11 additions & 0 deletions docs/CreateInboxFileRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CreateInboxFileRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**virtual_directory** | **str** | Directory name used for tagging the uploaded file |
**blob_file_token** | **str** | Token representing the uploaded file |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


14 changes: 14 additions & 0 deletions docs/DatasetColumn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# DatasetColumn

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order** | **float** | The order that the column comes in, 0-based. (The first column is 0, second is 1, etc.) | [optional]
**name** | **str** | The column name | [optional]
**type** | **str** | The type of all of the fields in the column. Please see the data types on https://github.com/Kaggle/kaggle-api/wiki/Dataset-Metadata | [optional]
**original_type** | **str** | Used to store the original type of the column, which will be converted to Kaggle's types. For example, an `originalType` of `\"integer\"` would convert to a `type` of `\"numeric\"` | [optional]
**description** | **str** | The description of the column | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


19 changes: 19 additions & 0 deletions docs/DatasetNewRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DatasetNewRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **str** | The title of the new dataset |
**slug** | **str** | The slug that the dataset should be created with | [optional]
**owner_slug** | **str** | The owner's username | [optional]
**license_name** | **str** | The license that should be associated with the dataset | [optional] [default to 'unknown']
**subtitle** | **str** | The subtitle to be set on the dataset | [optional]
**description** | **str** | The description to be set on the dataset | [optional] [default to '']
**files** | [**list[UploadFile]**](UploadFile.md) | A list of files that should be associated with the dataset |
**is_private** | **bool** | Whether or not the dataset should be private | [optional] [default to True]
**convert_to_csv** | **bool** | Whether or not a tabular dataset should be converted to csv | [optional] [default to True]
**category_ids** | **list[str]** | A list of tag IDs to associated with the dataset | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


16 changes: 16 additions & 0 deletions docs/DatasetNewVersionRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# DatasetNewVersionRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version_notes** | **str** | The version notes for the new dataset version |
**subtitle** | **str** | The subtitle to set on the dataset | [optional]
**description** | **str** | The description to set on the dataset | [optional]
**files** | [**list[UploadFile]**](UploadFile.md) | A list of files that should be associated with the dataset |
**convert_to_csv** | **bool** | Whether or not a tabular dataset should be converted to csv | [optional] [default to True]
**category_ids** | **list[str]** | A list of tag IDs to associated with the dataset | [optional]
**delete_old_versions** | **bool** | Whether or not all previous versions of the dataset should be deleted upon creating the new version | [optional] [default to False]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


17 changes: 17 additions & 0 deletions docs/DatasetUpdateSettingsRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DatasetUpdateSettingsRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **str** | Title of the dataset | [optional]
**subtitle** | **str** | Subtitle of the dataset | [optional]
**description** | **str** | Decription of the dataset | [optional]
**is_private** | **bool** | Whether or not the dataset should be private | [optional]
**licenses** | **list[object]** | A list of licenses that apply to this dataset | [optional]
**keywords** | **list[str]** | A list of keywords that apply to this dataset | [optional]
**collaborators** | **list[object]** | A list of collaborators that may read or edit this dataset | [optional]
**data** | **list[object]** | A list containing metadata for each file in the dataset | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


11 changes: 11 additions & 0 deletions docs/Error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Error

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **int** | The server error code returned | [optional]
**message** | **str** | The error message generated by the server | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading