web-tesla


Nameweb-tesla JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryA flexiable web framework
upload_time2022-12-14 16:12:04
maintainer
docs_urlNone
authorJafar idris
requires_python
license
keywords python web auth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# vidstream



Under construction! Not ready for use yet! Currently experimenting and planning!



Developed by Florian Dedov from NeuralNine (c) 2020



## Examples of How To Use (Buggy Alpha Version)



Creating A Server



```python

from vidstream import StreamingServer



server = StreamingServer('127.0.0.1', 9999)

server.start_server()



# Other Code



# When You Are Done

server.stop_server()

```



Creating A Client

```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/c/NeuralNine


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "web-tesla",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,web,auth",
    "author": "Jafar idris",
    "author_email": "<mail@neuralnine.com>",
    "download_url": "https://files.pythonhosted.org/packages/a8/e7/39bb007dbc5c198fa6fac11737ff52ce2dbb38bdbb04dc0bb10a4eff8f7e/web_tesla-0.0.6.tar.gz",
    "platform": null,
    "description": "\r\n# vidstream\r\n\r\n\r\n\r\nUnder construction! Not ready for use yet! Currently experimenting and planning!\r\n\r\n\r\n\r\nDeveloped by Florian Dedov from NeuralNine (c) 2020\r\n\r\n\r\n\r\n## Examples of How To Use (Buggy Alpha Version)\r\n\r\n\r\n\r\nCreating A Server\r\n\r\n\r\n\r\n```python\r\n\r\nfrom vidstream import StreamingServer\r\n\r\n\r\n\r\nserver = StreamingServer('127.0.0.1', 9999)\r\n\r\nserver.start_server()\r\n\r\n\r\n\r\n# Other Code\r\n\r\n\r\n\r\n# When You Are Done\r\n\r\nserver.stop_server()\r\n\r\n```\r\n\r\n\r\n\r\nCreating A Client\r\n\r\n```python\r\n\r\nfrom vidstream import CameraClient\r\n\r\nfrom vidstream import VideoClient\r\n\r\nfrom vidstream import ScreenShareClient\r\n\r\n\r\n\r\n# Choose One\r\n\r\nclient1 = CameraClient('127.0.0.1', 9999)\r\n\r\nclient2 = VideoClient('127.0.0.1', 9999, 'video.mp4')\r\n\r\nclient3 = ScreenShareClient('127.0.0.1', 9999)\r\n\r\n\r\n\r\nclient1.start_stream()\r\n\r\nclient2.start_stream()\r\n\r\nclient3.start_stream()\r\n\r\n```\r\n\r\n\r\n\r\nCheck out: https://www.youtube.com/c/NeuralNine\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A flexiable web framework",
    "version": "0.0.6",
    "split_keywords": [
        "python",
        "web",
        "auth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "becfba09c13628b65862b1b987cfe119",
                "sha256": "35b618eb8a9e3bdeda161c3bf86843ecdbcb53dff86cfd10223f12834ac7cd8c"
            },
            "downloads": -1,
            "filename": "web_tesla-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "becfba09c13628b65862b1b987cfe119",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 26467,
            "upload_time": "2022-12-14T16:12:00",
            "upload_time_iso_8601": "2022-12-14T16:12:00.584891Z",
            "url": "https://files.pythonhosted.org/packages/58/aa/175011f26c6f34314c4bed740e4edb161e77d42a74ec8f00f6ab1ba66aca/web_tesla-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7f11c76ba199f72de7ae87fbcc46a4b3",
                "sha256": "0badf11053ee90e0799b5b20c240c61243b3ad0a8fc2aa447b974743310fb2d3"
            },
            "downloads": -1,
            "filename": "web_tesla-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7f11c76ba199f72de7ae87fbcc46a4b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21040,
            "upload_time": "2022-12-14T16:12:04",
            "upload_time_iso_8601": "2022-12-14T16:12:04.905205Z",
            "url": "https://files.pythonhosted.org/packages/a8/e7/39bb007dbc5c198fa6fac11737ff52ce2dbb38bdbb04dc0bb10a4eff8f7e/web_tesla-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-14 16:12:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "web-tesla"
}
        
Elapsed time: 0.01836s