Skip to main content

Python SDK and CLI for the Renku platform.

Project description

https://img.shields.io/travis/SwissDataScienceCenter/renku-python.svg https://img.shields.io/coveralls/SwissDataScienceCenter/renku-python.svg https://img.shields.io/github/tag/SwissDataScienceCenter/renku-python.svg https://img.shields.io/pypi/dm/renku.svg Documentation Status https://img.shields.io/github/license/SwissDataScienceCenter/renku-python.svg

A Python library for the Renku collaborative data science platform. It allows the user to create projects, manage datasets, and capture data provenance while performing analysis tasks.

NOTE:

renku-python is the python library for Renku that provides an SDK and a command-line interface (CLI). It does not start the Renku platform itself - for that, refer to the Renku docs on running the platform.

Installation

The latest release is available on PyPI and can be installed using pip:

$ pip install renku

The latest code can be installed directly from the Git repository:

$ pip install -e git+https://github.com/SwissDataScienceCenter/renku-python.git#egg=renku

Usage

Initialize a renku project:

$ mkdir -p ~/temp/my-renku-project
$ cd ~/temp/my-renku-project
$ renku init

Create a dataset and add data to it:

$ renku dataset create my-dataset
$ renku dataset add my-dataset https://raw.githubusercontent.com/SwissDataScienceCenter/renku-python/master/README.rst

Run an analysis:

$ renku run wc < data/my-dataset/README.rst > wc_readme

Trace the data provenance:

$ renku log wc_readme

These are the basics, but there is much more that Renku allows you to do with your data analysis workflows. The full documentation will soon be available at: https://renku-python.readthedocs.io/

Changes

Version 0.1.0 (released TBD)

  • Initial public release.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

renku-0.1.0.dev20180518.tar.gz (151.4 kB view details)

Uploaded Source

Built Distribution

renku-0.1.0.dev20180518-py2.py3-none-any.whl (103.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file renku-0.1.0.dev20180518.tar.gz.

File metadata

File hashes

Hashes for renku-0.1.0.dev20180518.tar.gz
Algorithm Hash digest
SHA256 e00f17dead87590fc1b5ba15bd0914fa0c32c7170bfe5e2e5ca452c70ad940dd
MD5 8f30d8914af5c2e3bbe16a935ef265c0
BLAKE2b-256 fe39f556b90550287964ead4eeb477005b36963523c05f571619378f86ac26ec

See more details on using hashes here.

File details

Details for the file renku-0.1.0.dev20180518-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for renku-0.1.0.dev20180518-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a7c2699abb5bd89a720e9bb6b0234c97a3a0336001cccb27cd1320c0c6de4f67
MD5 e49d67f45cad3033bb54c2a90b7e834d
BLAKE2b-256 2bcb9a25e9e824255410b7fc954c43e03e637b2752f0a85d3bd61f5323411312

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page