TALISMAN API adapter
Project description
ptal-api
Python adapter for Talisman-based app
How to create trivial adapter:
graphql_url = 'https://demo.talisman.ispras.ru/graphql' # or another talisman-based app
auth_url = 'https://demo.talisman.ispras.ru/auth/'
realm = 'demo'
client_id = 'web-ui'
client_secret = '<some-secret>'
gql_client = KeycloakAwareGQLClient(
graphql_url, 10000, 5,
auth_url=auth_url,
realm=realm, client_id=client_id, user='admin', pwd='admin',
client_secret=client_secret
).__enter__()
adapter = TalismanAPIAdapter(gql_client, {})
c = adapter.get_concept('ОК-123456')
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
ptal_api-1.0.0a30.tar.gz
(114.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ptal_api-1.0.0a30-py3-none-any.whl
(126.1 kB
view details)
File details
Details for the file ptal_api-1.0.0a30.tar.gz.
File metadata
- Download URL: ptal_api-1.0.0a30.tar.gz
- Upload date:
- Size: 114.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.14 Linux/5.13.0-28-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab4ae665f9658bf0ae1bc94034ff7658710943adbdf2f0d8507a6c96b276d3a7
|
|
| MD5 |
4230fa222e0d0a7c8fa3c83f51ce1f4c
|
|
| BLAKE2b-256 |
8ccab96bdae44f41708a60355651284e6ef215ce1e8509b40bfe80726d399987
|
File details
Details for the file ptal_api-1.0.0a30-py3-none-any.whl.
File metadata
- Download URL: ptal_api-1.0.0a30-py3-none-any.whl
- Upload date:
- Size: 126.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.14 Linux/5.13.0-28-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6408ad4477903e7274e62ec5e6b2da310d55e8565a4067cc650c480ce9b212e
|
|
| MD5 |
c3982f3aea712bcee03b0ee7bddf140b
|
|
| BLAKE2b-256 |
8d9987cf6da9eb8bec9312e7cba53f459adbacab6178028ef9823d38c4cc73ef
|