# uuTS
Library that allows developers to easily integrate their application(s) with Unicorn Systems solutions and products using REST API.
## Examples of How To Use (uuREST)
Simple Request
```python
text
```
Iterating through the list of items
```python
from vidstream import CameraClient
from vidstream import VideoClient
from vidstream import ScreenShareClient
# Choose One
client1 = CameraClient('127.0.0.1', 9999)
client2 = VideoClient('127.0.0.1', 9999, 'video.mp4')
client3 = ScreenShareClient('127.0.0.1', 9999)
client1.start_stream()
client2.start_stream()
client3.start_stream()
```
Check out: https://www.youtube.com/
Raw data
{
"_id": null,
"home_page": "",
"name": "uuRest",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,uuRest,Unicorn Systems,UAF,Unicorn Application Framework",
"author": "jaromirsivic (Jaromir Sivic)",
"author_email": "<email@email.com>",
"download_url": "https://files.pythonhosted.org/packages/36/85/79f5fdf6307e5138f4ea900285422cecd30d90b77c813c24f817b99b91ae/uuRest-0.0.3.tar.gz",
"platform": null,
"description": "\n# uuTS\nLibrary that allows developers to easily integrate their application(s) with Unicorn Systems solutions and products using REST API.\n## Examples of How To Use (uuREST)\nSimple Request\n```python\ntext\n```\n\nIterating through the list of items\n```python\nfrom vidstream import CameraClient\nfrom vidstream import VideoClient\nfrom vidstream import ScreenShareClient\n\n# Choose One\nclient1 = CameraClient('127.0.0.1', 9999)\nclient2 = VideoClient('127.0.0.1', 9999, 'video.mp4')\nclient3 = ScreenShareClient('127.0.0.1', 9999)\n\nclient1.start_stream()\nclient2.start_stream()\nclient3.start_stream()\n```\n\nCheck out: https://www.youtube.com/\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Unicorn Universe REST API (Unicorn Systems & Unicorn Application Framework)",
"version": "0.0.3",
"split_keywords": [
"python",
"uurest",
"unicorn systems",
"uaf",
"unicorn application framework"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4458ee6e013f266ac0b6cf4facb83dd8ce9ec41b1ad1249b9622862232af14b6",
"md5": "a19eb1c6257170b3ac55eda30150da7d",
"sha256": "024409640f7f36988978a5ec738c4ad9c1f3041eb055d60f59a8f271dc69990f"
},
"downloads": -1,
"filename": "uuRest-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a19eb1c6257170b3ac55eda30150da7d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3106,
"upload_time": "2023-02-11T00:21:11",
"upload_time_iso_8601": "2023-02-11T00:21:11.590125Z",
"url": "https://files.pythonhosted.org/packages/44/58/ee6e013f266ac0b6cf4facb83dd8ce9ec41b1ad1249b9622862232af14b6/uuRest-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "368579f5fdf6307e5138f4ea900285422cecd30d90b77c813c24f817b99b91ae",
"md5": "6b86d5f2e5e3f3b3a03484aa1be4ba2f",
"sha256": "3dc54df09b684fd3d430b932dfb8863ac8d40c61f5950f47b14d6bd1f8dcf15a"
},
"downloads": -1,
"filename": "uuRest-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "6b86d5f2e5e3f3b3a03484aa1be4ba2f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2035,
"upload_time": "2023-02-11T00:21:13",
"upload_time_iso_8601": "2023-02-11T00:21:13.535552Z",
"url": "https://files.pythonhosted.org/packages/36/85/79f5fdf6307e5138f4ea900285422cecd30d90b77c813c24f817b99b91ae/uuRest-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-11 00:21:13",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "uurest"
}