# Python SDK
Sensory Cloud is built using python 3.8, but it is compatible with python 3.6 and higher
## General Information
Before getting started, you must spin up a Sensory Cloud inference server or have Sensory spin one up for you. You must also have the following pieces of information:
- Your inference server URL (fully_qualified_domain_name)
- Your Sensory Tenant ID (UUID)
- Your configured secret key (device_credential) used to register OAuth clients and devices
## Code Examples
The [examples](https://github.com/Sensory-Cloud/python-sdk/tree/main/examples) section of this repository shows the user how to do the following:
- Set client credentials and register devices
- Create enrollments and enrollment groups for the audio and video services
- Authenticate against enrollments and enrollment groups
- Detect audio events such as coughing or door knocks
- Transcribe speech to text
- Detect video liveness
- Monitor server health
Raw data
{
"_id": null,
"home_page": "https://github.com/Sensory-Cloud/python-sdk",
"name": "sensory-cloud",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Jonathan Hersch",
"author_email": "jhersch@sensoryinc.com",
"download_url": "https://files.pythonhosted.org/packages/cc/cd/18948715cf7aee6ec454010e8e52c46386794dfef05c8d5bddfcd11e93cf/sensory_cloud-1.3.11.tar.gz",
"platform": null,
"description": "# Python SDK\nSensory Cloud is built using python 3.8, but it is compatible with python 3.6 and higher\n\n## General Information\nBefore getting started, you must spin up a Sensory Cloud inference server or have Sensory spin one up for you. You must also have the following pieces of information:\n- Your inference server URL (fully_qualified_domain_name)\n- Your Sensory Tenant ID (UUID)\n- Your configured secret key (device_credential) used to register OAuth clients and devices\n\n## Code Examples\nThe [examples](https://github.com/Sensory-Cloud/python-sdk/tree/main/examples) section of this repository shows the user how to do the following:\n- Set client credentials and register devices\n- Create enrollments and enrollment groups for the audio and video services\n- Authenticate against enrollments and enrollment groups\n- Detect audio events such as coughing or door knocks\n- Transcribe speech to text\n- Detect video liveness\n- Monitor server health\n",
"bugtrack_url": null,
"license": "",
"summary": "Python SDK for Sensory Cloud",
"version": "1.3.11",
"project_urls": {
"Homepage": "https://github.com/Sensory-Cloud/python-sdk"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cccd18948715cf7aee6ec454010e8e52c46386794dfef05c8d5bddfcd11e93cf",
"md5": "458f2588065fb6741c81131a9b3c1cdd",
"sha256": "f359a6fb48915a4e48f4998f5a3e9879c29ea444e793b535449e00e9e2792e73"
},
"downloads": -1,
"filename": "sensory_cloud-1.3.11.tar.gz",
"has_sig": false,
"md5_digest": "458f2588065fb6741c81131a9b3c1cdd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 81142,
"upload_time": "2023-09-20T14:54:54",
"upload_time_iso_8601": "2023-09-20T14:54:54.885689Z",
"url": "https://files.pythonhosted.org/packages/cc/cd/18948715cf7aee6ec454010e8e52c46386794dfef05c8d5bddfcd11e93cf/sensory_cloud-1.3.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-20 14:54:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Sensory-Cloud",
"github_project": "python-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "certifi",
"specs": [
[
"==",
"2021.10.8"
]
]
},
{
"name": "grpcio",
"specs": [
[
"==",
"1.42.0"
]
]
},
{
"name": "grpcio-tools",
"specs": [
[
"==",
"1.42.0"
]
]
},
{
"name": "protobuf",
"specs": [
[
"==",
"3.19.1"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "pycparser",
"specs": [
[
"==",
"2.21"
]
]
},
{
"name": "PyJWT",
"specs": [
[
"==",
"2.4.0"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "cryptography",
"specs": [
[
"==",
"37.0.2"
]
]
}
],
"tox": true,
"lcname": "sensory-cloud"
}