Metadata-Version: 2.1
Name: pyDatahubDriver
Version: 0.1.2
Summary: KAPSARC Datahub
Home-page: UNKNOWN
Author: King Abdullah Petroleum Studies and Research Center
Author-email: anup.kumar@kapsarc.org
License: UNKNOWN
Keywords: model-data data-version modelers-data-version python jupyter ipython
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Requires-Dist: pandas
Requires-Dist: requests

# PyDataHub Driver (Official Datahub Python Package)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![OpenFaaS](https://img.shields.io/badge/openfaas-serverless-blue.svg)](https://www.openfaas.com)

## 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'](https://github.com/kapsarc/pyDatahub/archive/master.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'](https://apps.kapsarc.org/datahub/apidoc).

## 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


