Metadata-Version: 1.1
Name: kaggle-cli
Version: 0.2
Summary: An unofficial Kaggle command line tool.
Home-page: https://github.com/floydsoft/kaggle-cli
Author: floydsoft
Author-email: floydsoft@gmail.com
License: UNKNOWN
Download-URL: https://github.com/floydsoft/kaggle-cli/tarball/master
Description: # Kaggle-CLI
        An unofficial Kaggle command line tool.
        
        ## Installation
        ```
        $ pip install kaggle_cli
        ```
        
        ## Usage
        
        
        ### Submit
        ```
        $ kg submit `entry` -u `username` -p `password` -c `competition` -m `message`
        ```
        
        ### Config
        ```
        $ kg config -u `username` -p `password` -c `competition`
        ```
        
        #### Example
        ```
        $ kg submit sampleSubmission.csv -c titanic-gettingStarted -u USERNAME -p PASSWORD -m "Enter a brief description of this submission here."
        ```
        
        or
        
        ```
        $ kg config -c titanic-gettingStarted -u USERNAME -p PASSWORD
        $ kg submit sampleSubmission.csv -m "Enter a brief description of this submission here."
        ```
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
