Python API and CLI for the Renga platform.
Project description
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.
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 $ eval "$(renga env)"
Connect to Renga platform from Python using the configuration in your environment:
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
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
Built Distribution
File details
Details for the file renga-0.1.0.dev20170914.tar.gz
.
File metadata
- Download URL: renga-0.1.0.dev20170914.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 327db78dce9c59c78530a6a2bf38eb68755d508eb7c6bcbf85c61cb41b662160 |
|
MD5 | 85873455067d3ce08a48d90eb2d50352 |
|
BLAKE2b-256 | 5d22f662b3e3b2ea5d57343a813eb13c81bf4a28af481be35ee852da797a73d4 |
File details
Details for the file renga-0.1.0.dev20170914-py2.py3-none-any.whl
.
File metadata
- Download URL: renga-0.1.0.dev20170914-py2.py3-none-any.whl
- Upload date:
- Size: 41.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dac3433cc87f6276f012d9db95d836dbd8f722697081de1d8414196e7e1f734 |
|
MD5 | 46f4ba412be07f6939eb150cc576b970 |
|
BLAKE2b-256 | 0a0ce9aa6a9dbd1887c1b3614f4a7e78c9c79481e8eec069cf8139ee6037ab53 |