datapan

datapan filters (big) files.


Keywords
json, filter
License
GPL-3.0
Install
pip install datapan==0.1.1

Documentation

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)