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 openiap/lib && mkdir lib && cp ../target/lib/* ./openiap/lib && python setup.py sdist # python -m build --wheel
pip uninstall openiap -y && pip install dist/openiap_edge-0.0.33.tar.gz && 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.33.tar.gz
(39.7 MB
view details)
File details
Details for the file openiap_edge-0.0.33.tar.gz.
File metadata
- Download URL: openiap_edge-0.0.33.tar.gz
- Upload date:
- Size: 39.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75b8f3c0a10405545a1a8f0ebf15c14cfcf3d4df80873a2180a81372d5e6a009
|
|
| MD5 |
1384b674ee314f76066f16cff74efd85
|
|
| BLAKE2b-256 |
7abe4b53a18c09bd8077c5ba71540954b838e2ffdb9fb95355f584e3cf4a8ec0
|