Metadata-Version: 2.1
Name: kitools
Version: 0.0.2
Summary: ki tools package
Home-page: https://github.com/ki-tools/kitools-py
Author: Patrick Stout, Ryan Hafen, Sergey Feldman
Author-email: pstout@prevagroup.com, rhafen@gmail.com, sergey@data-cowboys.com
License: Apache2
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Requires-Dist: synapseclient (<2.0.0,>=1.9.2)
Requires-Dist: beautifultable (<1.0.0,>=0.7.0)

[![Build Status](https://travis-ci.org/ki-tools/kitools-py.svg?branch=master)](https://travis-ci.org/ki-tools/kitools-py)
[![Build status](https://ci.appveyor.com/api/projects/status/307n6qcdywewtext/branch/master?svg=true)](https://ci.appveyor.com/project/Patrick33219/kitools-py/branch/master)
[![Coverage Status](https://coveralls.io/repos/github/ki-tools/kitools-py/badge.svg?branch=master)](https://coveralls.io/github/ki-tools/kitools-py?branch=master)

# kitools-py

Tools for working with data in [Ki](https://kiglobalhealth.org) analyses.

## Installation

`pip install kitools`


## Usage

Coming soon...


## Development Setup

```bash
git clone https://github.com/ki-tools/kitools-py.git
cd kitools-py
python3 -m venv .venv
source .venv/bin/activate
make init_dev
cp tests/templates/private.test.env.json tests/private.test.env.json
# Set the test values in: private.test.env.json
make test
```

