Simple openiap api wrapper using proto
Project description
Sure, go a head, read me...
setup default credentials
export apiurl=grpc://grpc.app.openiap.io:443
# username/password
export OPENIAP_USERNAME=username
export OPENIAP_PASSWORD=password
# or better, use a jwt token ( open https://app.openiap.io/jwtlong and copy the jwt value)
export OPENIAP_JWT=eyJhbGciOiJI....
test python
rm -rf build dist lib && mkdir lib && cp ../target/lib/* ./lib && python -m build --wheel
pip uninstall openiap -y && pip install dist/openiap-0.1.1-py3-none-any.whl && python test.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openiap_edge-0.0.13.tar.gz
(36.0 MB
view hashes)