Skip to content
/ ekglib Public

A Python library for EKG DataOps operations

License

Notifications You must be signed in to change notification settings

EKGF/ekglib

Repository files navigation

ekglib

⚠️
This is a pre-alpha project. Everything in this repo is subject to heavy change.

Build & Test

View the Project on Github here.

Capture Steps

Installation

./setup.sh

python3 was not linked, so had to:

brew link --overwrite python

Tests

To run the tests, run:

./run-tests.sh

Tun run a single test, from root run:

./run-tests.sh <name of test>

Packaging

pip3 wheel -r requirements.txt