LooseLab / read_until_api_v2

Python3 Read Until API implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read_until_api_v2

Python3 implementation of the read_until_api


Table of Contents

Features

Setup and Installation

Installation

# Clone repositories
git clone https://github.com/looselab/read_until_api_v2.git
git clone https://github.com/looselab/ru.git

# Build ru code
cd ru
python3 -m venv venv3
source ./venv3/bin/activate
pip install --upgrade pip -r requirements.txt
python setup.py develop

# Build read until api
cd ../read_until_api_v2
pip install -r requirements.txt
python setup.py develop

About

Python3 Read Until API implementation

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%