Skip to main content

guruguru cli toolkit

Project description

Guruguru Cli

guruguru cli is a command line tool to use guruguru https://www.guruguru.ml/ conveniently.

Requirements

  • Python: 3.6, 3.7, 3.8
  • requests
  • pandas
  • tabulate

Installation

Installation is easy using pip and will install all required libraries.

pip install guruguru

After install, you can use guruguru command from your terminal.

guruguru --version

Usage

Authorization

The first time you perform a process that requires authentication, you need to use the auth command to obtain authentication information.

$ guruguru auth -h
usage: guruguru auth [-h] {login} ...

positional arguments:
  {login}

optional arguments:
  -h, --help  show this help message and exit

Submission

In order to post your submission, you must have

  • run auth login command
  • created a team for the competition on the guruguru website.
$ guruguru submit create -h
usage: guruguru submit create [-h] -c COMPETITION --file FILE

optional arguments:
  -h, --help            show this help message and exit
  -c COMPETITION, --competition COMPETITION
                        Competition to submit (default: None)
  --file FILE           Path to submission file. (default: None)

Competition LeaderBoard

guruguru competition lb -h

usage: guruguru competition lb [-h] -c COMPETITION [--private] [--n_top N_TOP]

optional arguments:
  -h, --help            show this help message and exit
  -c COMPETITION, --competition COMPETITION
                        Competition Id show LB (default: None)
  --private             fetch private lb (default: False)
  --n_top N_TOP         maximum number of teams to show. (default: 20)

FAQ

  • Q: What is the atmaCup?
    • A: The atmaCup is an onsite data competition hosted by atma Inc.
  • Q: How do I enter the atmaCup?
    • A: we will send out information about the competition, so please refer to it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guruguru-0.1.2.1.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

guruguru-0.1.2.1-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page