1 unstable release

0.1.0 Feb 14, 2020

#38 in #big

GPL-3.0 license

13KB

sift

Build Lifecycle

Installation

  • get Rust (nightly)
curl https://sh.rustup.rs -sSf | sh
rustup default nightly
rustc --version # rustc 1.43.0-nightly (58b834344 2020-02-05)
  • install sift
## create/activate venv
# sudo apt-get install python3-venv
# python3 -m venv sift_env
# source sift_env/bin/activate
# python -m pip install --upgrade pip

## install poetry dependency manager
# pip install poetry
# poetry install

## install sift
pip install git+git://github.com/knapply/sift.git

Usage

import sift

some_dir = ""

test = sift.hello_rust(some_dir)

print(test)

Dependencies

~8.5MB
~168K SLoC