ki-tools / kitools-py

Tools for working with data in Ki analyses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status Coverage Status

kitools-py

Tools for working with data in Ki analyses.

Installation

pip install kitools

Usage

Coming soon...

Development Setup

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

About

Tools for working with data in Ki analyses

License:Apache License 2.0


Languages

Language:Python 99.5%Language:Makefile 0.5%