Metadata-Version: 2.0
Name: crcli
Version: 0.0.1
Summary: CLI tool for working with collective reaction data
Home-page: https://github.com/collectivereaction/cr-cli
Author: collectivereaction
Author-email: jrpruit1@asu.edu
License: MIT
Keywords: collectivereaction pad game
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: boto3
Requires-Dist: click
Requires-Dist: click-plugins
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

# cr-cli
:wrench: CLI tool for working with collective-reaction data

## Installation

```
$ pip install cr
```

## Usage

```
$ cr --help
$ cr dump-pad ./path/to/pad.gz
$ cr dump-game ./path/to/game.gz
```

## Development

To work on the code here, run

```
$ python setup.py install
```


