Skip to main content

datapan filters (big) files.

Project description

datapan

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 datapan
## create/activate venv
# sudo apt-get install python3-venv
# python3 -m venv datapan_env
# source datapan_env/bin/activate
# python -m pip install --upgrade pip

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

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

Usage

import datapan

some_dir = ""

test = datapan.hello_rust(some_dir)

print(test)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

datapan-0.1.0-cp38-cp38-manylinux1_x86_64.whl (176.6 kB view hashes)

Uploaded CPython 3.8

datapan-0.1.0-cp36-cp36m-manylinux1_x86_64.whl (176.8 kB view hashes)

Uploaded CPython 3.6m

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