Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 920 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 920 Bytes

ml-hub-demo

Example Python SDK for interacting with Radiant Earth's ML Hub API.

Installation

This project uses poetry for managing virtual environments and packaging.

From Source Distribution

pip install https://github.com/duckontheweb/ml-hub-demo/releases/download/0.0.1/ml-hub-demo-0.0.1.tar.gz

From Repo

  1. Clone the repo:
    $ git clone git@github.com:duckontheweb/ml-hub-demo.git
    $ cd ml-hub-demo
  2. Install using poetry:
    $ poetry install

Documentation

You can find the documentation on GitHub Pages here.

Tests

Run unit tests:

$ poetry run pytest

Run against all supported Python versions (>=3.6,<3.9):

$ poetry run tox -p