Metadata-Version: 2.1
Name: kaggleupload
Version: 0.0.0
Summary: kaggleupload
Home-page: https://github.com/cccntu/kaggleupload
Author: Jonathan Chang
License: Apache
Keywords: deep learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: kaggle

# Kaggle upload

An unofficial wrapper around kaggle-api

## Features
* upload a folder as dataset in one command
  * `kaggleupload --dataname kaggledatasetname --folder .`

## installation
* `pip insatll kaggleupload`

## TODO
* support creating new version
* support uploading the folder while preserving the folder
* feel free to open an issue

## Usage

```
kaggleupload --help
usage: kaggleupload [<args>]

optional arguments:
  -h, --help            show this help message and exit
  -p FOLDER, --folder FOLDER
                        folder
  --dataname DATANAME   name for the dataset
  -d DIR_MODE, --dir_mode DIR_MODE
                        dir mode
  --convert_to_csv      Whether or convert to csv.
```

## copyright notice
* package structure & setup.py modified from https://github.com/huggingface/accelerate


