Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 676 Bytes

File metadata and controls

35 lines (24 loc) · 676 Bytes

hypersync-client-python

Python package for Envio's HyperSync client written in Rust

Setup

Recommeded to use a venv to install the package.

python -m venv .venv

Then activate the venv before use.

source .venv/bin/activate

Then install the packages with pip.

pip install -e .

Examples (examples/)

The examples/ folder contains a set of examples you can explore. Before running any example, install the required dependencies with:

pip install -e .[examples]

Next, add your HyperSync token to the .env file. You can then run an example using:

python examples/<example>.py