Skip to main content

Python SDK and CLI for the Renga platform.

Project description

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

A Python library for the Renga collaborative data science platform. It lets you perform any action with renga command or from withing Python apps - create projects, manage buckets, track files, run containers, etc.

NOTE:

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

This is an experimental developer preview release.

Installation

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

$ pip install renga

The development version can be installed directly from the Git repository:

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

Usage

Start by login and configuring your shell:

$ renga login http://localhost

Connect to Renga platform from Python using the stored configuration:

import renga
client = renga.from_config()

The client can be also instantiated from environment variables.

$ eval "$(renga env)"
import renga
client = renga.from_env()

Further documentation is available on https://renga-python.readthedocs.io/

Changes

Version 0.1.0 (released TBD)

  • Initial public release.

Project details


Download files

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

Source Distribution

renga-0.1.0.dev20171123.tar.gz (112.4 kB view details)

Uploaded Source

Built Distribution

renga-0.1.0.dev20171123-py2.py3-none-any.whl (56.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file renga-0.1.0.dev20171123.tar.gz.

File metadata

File hashes

Hashes for renga-0.1.0.dev20171123.tar.gz
Algorithm Hash digest
SHA256 ede8907b9c59c0f8f603aa751c968bcef66f16979e8a36b6413f96ed51986cdd
MD5 87391e7fd27c9b489d42c163b9c7b417
BLAKE2b-256 79b9981b87dbd4aafe63413da5839525945c8f3d1fada5fb0f8a0c385bf342b0

See more details on using hashes here.

File details

Details for the file renga-0.1.0.dev20171123-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for renga-0.1.0.dev20171123-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e4a2214c86ba0292e63580d622696ccfc4e5ed2c90e5efeb45f04cc93b53fe24
MD5 9483130f46dd4b41b938bf06658b4d6a
BLAKE2b-256 e6fee501088a587ed00f9acea7c6fc3bc6c0e9b86f587b2ba981ad42eb2d4029

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