Python SDK for the Eluvio Content Fabric
pip install git+https://github.com/eluv-io/elv-client-py.git
All tests are against musicgreen tenancy
pip install .
- Set auth token for test tenant
export TEST_AUTH=...
(should have transaction for test_edit.py and test_part_download.py) - Set auth token for edit access
export WRITE_TOKEN=...
(only for test_edit.py) python test/test_elv_client.py && python test/test_edit.py && test/test_part_download.py