Metadata-Version: 2.1
Name: crunch-cli
Version: 0.13.2
Summary: crunch-cli - CLI of the CrunchDAO Platform
Home-page: https://github.com/crunchdao/crunch-cli
Author: Enzo CACERES
Author-email: enzo.caceres@crunchdao.com
Keywords: package development template
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: gitignorefile
Requires-Dist: coloredlogs
Requires-Dist: tqdm
Requires-Dist: astor
Requires-Dist: joblib
Requires-Dist: pyarrow
Requires-Dist: pandas

# CrunchDAO CLI

## Install

```
pip install git+https://github.com/crunchdao/crunch-cli.git
```
