Metadata-Version: 2.4
Name: aicrowd-cli
Version: 0.1.18
Summary: A CLI app to interact with AIcrowd
Home-page: https://gitlab.aicrowd.com/aicrowd/aicrowd-cli
Download-URL: https://gitlab.aicrowd.com/aicrowd/aicrowd-cli/-/archive/0+untagged.206.g821f6d3.dirty/aicrowd-cli-0+untagged.206.g821f6d3.dirty.tar.gz
Author: Yoogottam Khandelwal
Author-email: Yoogottam Khandelwal <yoogottamk@outlook.com>
License: MIT
Project-URL: Homepage, https://gitlab.aicrowd.com/aicrowd/aicrowd-cli
Project-URL: Documentation, https://docs.aicrowd.com/aicrowd-cli/
Project-URL: Issues, https://gitlab.aicrowd.com/aicrowd/aicrowd-cli/-/issues
Keywords: AIcrowd,CLI
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: GitPython
Requires-Dist: click
Requires-Dist: python-slugify
Requires-Dist: pyzmq
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: rich
Requires-Dist: semver
Requires-Dist: toml
Requires-Dist: tqdm
Provides-Extra: docs
Requires-Dist: ipython; extra == "docs"
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocstrings; extra == "docs"
Requires-Dist: pyyaml; extra == "docs"
Provides-Extra: test
Requires-Dist: black; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-black; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-pylint; extra == "test"
Requires-Dist: pytest-pythonpath; extra == "test"
Requires-Dist: requests-mock; extra == "test"
Requires-Dist: tox; extra == "test"
Provides-Extra: dev
Requires-Dist: jedi; extra == "dev"
Requires-Dist: rope; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: requires-python

# AIcrowd CLI

`aicrowd-cli` is a simple CLI tool for interacting with the AIcrowd platform. It is written in python, using [click](https://click.palletsprojects.com/en/7.x/).

Download datasets, make submissions and much more with a single command!

[![pipeline status](https://gitlab.aicrowd.com/aicrowd/aicrowd-cli/badges/master/pipeline.svg)](https://gitlab.aicrowd.com/aicrowd/aicrowd-cli/-/commits/master)
[![coverage report](https://gitlab.aicrowd.com/aicrowd/aicrowd-cli/badges/master/coverage.svg)](https://gitlab.aicrowd.com/aicrowd/aicrowd-cli/-/commits/master)

[Documentation](https://docs.aicrowd.com/aicrowd-cli/)

## Supported versions
python3.6 and above are supported on all platforms.

## Reporting issues
Kindly raise an issue [here](https://gitlab.aicrowd.com/aicrowd/aicrowd-cli/-/issues/new).
