Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History

pyobi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

PyObi

setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

testing

PYTHONPATH=. pytest