Yext API Client for Python
This library contains utilities for interacting with the Yext API in Python.
💡 Getting Started
First, install Yext Python API Client via the pip package manager:
pip install --upgrade 'yext'
Then, create entities in your Knowledge Graph:
from yext import YextClient
client = YextClient('<your_api_key>')
profile = {
'meta': {
'id': 'entity_id',
'countryCode': 'US'
},
'name': 'What is Yext Answers?',
'answer': 'A revolutionary search product.'
}
entity_type = 'faq'
client.create_entity(entity_type, profile)
Release files for yext 0.6.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yext-0.6.8.tar.gz | 7.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yext-0.6.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:17.0 kB
Release files / yext-0.6.8.tar.gz
| Download URL | yext-0.6.8.tar.gz |
|---|---|
| Size | 7.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
999d5400c2a71bf0673cf2b6e9c0a9f817db8fa0c1564124d8d6e9a8d3f7de6d
|
|
BLAKE2b-256 checksum How to use checksums |
380ce261b1cf3281d9871445ae187b249c8ae483dbc0ccc445d8e6da858be436
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / yext-0.6.8-py3-none-any.whl
| Download URL | yext-0.6.8-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e055dc472a02069fbf3ba1172b71e0a011a73466ad9b86f7343803b48bdf84d2
|
|
BLAKE2b-256 checksum How to use checksums |
dd0e8a7612e32fb0158db50be5845115d58ea88d634d7ec241a01d1d326e0d5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|