saianupkumarp / pyDatahub

Official python package for KAPSARC Datahub

Home Page:https://apps.kapsarc.org/datahub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyDataHub Driver (Official Datahub Python Package)

License: MIT OpenFaaS

What is it?

KAPSARC Datahub makes it easy for model developers to main multiple versions of their model data. This is an official python package for the same.

Installation

You can install using the pip package manager by running

pip install pyDatahubDriver

Alternatively, you could install directly from Github:

pip install https://github.com/kapsarc/pyDatahub/archive/master.zip

From source

Download the source code by cloning the repository or by pressing 'Download ZIP' on this page. Install by navigating to the proper directory and running

API Documentation

The documentation for KAPSARC Datahub API can be found 'here'.

Configuration

import datahub
config = datahub.Config()
config.domain = "domain name"
config.api_key = "api_key"

TODO

  • Update commit
  • Delete commit
  • Repo stats
  • Create repo
  • Delete commit
  • Delete repo
  • Create a branch
  • Delete a branch

About

Official python package for KAPSARC Datahub

https://apps.kapsarc.org/datahub

License:MIT License


Languages

Language:Python 100.0%