pravega-client 0.1.0

A Rust client for Pravega. (Pravega.io)
Documentation
1
2
3
4
5
6
7
8
#! /usr/bin/env python3

from pathlib import Path
import subprocess

ROOT = Path(__file__).parent.parent.parent

subprocess.run(["maturin", "sdist"])