Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 444 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 444 Bytes

Huskar SDK

Install

pip install huskar-sdk-v2

With extra dependencies of doc:

pip install "huskar-sdk-v2[doc]"

With extra dependencies of tests:

pip install "huskar-sdk-v2[test]"

Install all:

make develop

Tests

run python setup.py test or make test