Daisys API examples

The following examples can be used to see how the Daisys API client library for Python can be used.

Running examples
1export DAISYS_EMAIL=user@example.com DAISYS_PASSWORD='<my password>'
2python3 -m venv venv
3. venv/bin/activate
4python3 -m pip install daisys
5python3 -m daisys.examples.hello_daisys