uuTS


NameuuTS JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryUnicorn Universe REST API (Unicorn Systems & Unicorn Application Framework)
upload_time2023-02-11 00:25:52
maintainer
docs_urlNone
authorjaromirsivic (Jaromir Sivic)
requires_python
license
keywords python uurest unicorn systems uaf unicorn application framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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": "uuTS",
    "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/b1/53/34b39f002eacdb126cb81684843f95fcc3b1dac7819535a5e5aa38222e55/uuTS-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": "36ffb7d842ddc69f165eabff87901e614f73cfb948bef815c0e457ad9d6ee7b6",
                "md5": "6fdef9a5e560fdf1d2304cdaa94fca4c",
                "sha256": "2f0275a8cc73c1b82a18d8e133d78be1c7d79610ee244be1838f1a43cdff604e"
            },
            "downloads": -1,
            "filename": "uuTS-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fdef9a5e560fdf1d2304cdaa94fca4c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3470,
            "upload_time": "2023-02-11T00:25:51",
            "upload_time_iso_8601": "2023-02-11T00:25:51.123481Z",
            "url": "https://files.pythonhosted.org/packages/36/ff/b7d842ddc69f165eabff87901e614f73cfb948bef815c0e457ad9d6ee7b6/uuTS-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b15334b39f002eacdb126cb81684843f95fcc3b1dac7819535a5e5aa38222e55",
                "md5": "dfaa2de6ba3aa24285badd5981ba93ff",
                "sha256": "beb8f25ff1a54bb3754a6aff86b12c7fadd7b65e89fd19e1a29bf94f8820941b"
            },
            "downloads": -1,
            "filename": "uuTS-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "dfaa2de6ba3aa24285badd5981ba93ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2066,
            "upload_time": "2023-02-11T00:25:52",
            "upload_time_iso_8601": "2023-02-11T00:25:52.709547Z",
            "url": "https://files.pythonhosted.org/packages/b1/53/34b39f002eacdb126cb81684843f95fcc3b1dac7819535a5e5aa38222e55/uuTS-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 00:25:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "uuts"
}
        
Elapsed time: 0.04279s