# Sure, go a head, read me...
setup default credentials
```bash
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
```bash
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.26.tar.gz && python test.py
```
Raw data
{
"_id": null,
"home_page": "https://github.com/openiap/pyapi",
"name": "openiap-edge",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "OpenIAP ApS / Allan Zimmerman",
"author_email": "OpenIAP ApS / Allan Zimmerman <info@openiap.io>",
"download_url": "https://files.pythonhosted.org/packages/a1/ca/0c8a27fac7737fe01f954edee07ff93e45b05c00e8960c50c84f87e3e92a/openiap_edge-0.0.26.tar.gz",
"platform": null,
"description": "# Sure, go a head, read me...\nsetup default credentials\n```bash\nexport apiurl=grpc://grpc.app.openiap.io:443\n# username/password\nexport OPENIAP_USERNAME=username\nexport OPENIAP_PASSWORD=password\n# or better, use a jwt token ( open https://app.openiap.io/jwtlong and copy the jwt value)\nexport OPENIAP_JWT=eyJhbGciOiJI....\n```\n\ntest python\n```bash\nrm -rf build dist lib openiap/lib && mkdir lib && cp ../target/lib/* ./openiap/lib && python setup.py sdist # python -m build --wheel\npip uninstall openiap -y && pip install dist/openiap_edge-0.0.26.tar.gz && python test.py\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Simple openiap api wrapper using proto",
"version": "0.0.26",
"project_urls": {
"Bug Tracker": "https://discourse.openiap.io/c/issues-and-feature-requests",
"Funding": "https://github.com/sponsors/skadefro",
"Homepage": "https://github.com/openiap/rustapi/tree/main/python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1ca0c8a27fac7737fe01f954edee07ff93e45b05c00e8960c50c84f87e3e92a",
"md5": "42c220d53ac3c40c19750d4b42d19547",
"sha256": "44ccd63d928ad7f573ac8ff20b96bdcce77f7c2a840bab823a954c30365edb58"
},
"downloads": -1,
"filename": "openiap_edge-0.0.26.tar.gz",
"has_sig": false,
"md5_digest": "42c220d53ac3c40c19750d4b42d19547",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 38698991,
"upload_time": "2025-02-22T11:26:47",
"upload_time_iso_8601": "2025-02-22T11:26:47.256858Z",
"url": "https://files.pythonhosted.org/packages/a1/ca/0c8a27fac7737fe01f954edee07ff93e45b05c00e8960c50c84f87e3e92a/openiap_edge-0.0.26.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-22 11:26:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openiap",
"github_project": "pyapi",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "openiap-edge"
}