rtsp-to-webrtc


Namertsp-to-webrtc JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://github.com/allenporter/rtsp-to-webrtc-client
SummaryPython client library for RTSPtoWeb and RTSPtoWebRTC
upload_time2024-05-12 21:14:55
maintainerNone
docs_urlNone
authorAllen Porter
requires_python>=3.10
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # rtsp-to-webrtc-client

Python client library for [RTSPtoWeb](https://github.com/deepch/RTSPtoWeb) and [RTSPtoWebRTC](https://github.com/deepch/RTSPtoWebRTC).

## Development

```
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -e .
$ pip3 install -r requirements.txt

# Running tests
$ pytest

# Formatting and linting
$ pre-commit run --all-files
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/allenporter/rtsp-to-webrtc-client",
    "name": "rtsp-to-webrtc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Allen Porter",
    "author_email": "allen@thebends.org",
    "download_url": "https://files.pythonhosted.org/packages/db/92/b296664b49ad00d451f3b9f3d6e80782fd5188cb609e04d958d4eceb6212/rtsp_to_webrtc-0.6.1.tar.gz",
    "platform": null,
    "description": "# rtsp-to-webrtc-client\n\nPython client library for [RTSPtoWeb](https://github.com/deepch/RTSPtoWeb) and [RTSPtoWebRTC](https://github.com/deepch/RTSPtoWebRTC).\n\n## Development\n\n```\n$ python3 -m venv venv\n$ source venv/bin/activate\n$ pip3 install -e .\n$ pip3 install -r requirements.txt\n\n# Running tests\n$ pytest\n\n# Formatting and linting\n$ pre-commit run --all-files\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python client library for RTSPtoWeb and RTSPtoWebRTC",
    "version": "0.6.1",
    "project_urls": {
        "Homepage": "https://github.com/allenporter/rtsp-to-webrtc-client"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce498c309b3796df840eb3725aa920f6cfbfaa111d7361a13bdcc494af16ed29",
                "md5": "8e998aaf1516bc3f321d07459a0b0e79",
                "sha256": "ae4789d7eda66ee02f453bf7e3f98a016fb575a2154501ee5d0255cbcacd23e2"
            },
            "downloads": -1,
            "filename": "rtsp_to_webrtc-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e998aaf1516bc3f321d07459a0b0e79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 12336,
            "upload_time": "2024-05-12T21:14:54",
            "upload_time_iso_8601": "2024-05-12T21:14:54.003206Z",
            "url": "https://files.pythonhosted.org/packages/ce/49/8c309b3796df840eb3725aa920f6cfbfaa111d7361a13bdcc494af16ed29/rtsp_to_webrtc-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db92b296664b49ad00d451f3b9f3d6e80782fd5188cb609e04d958d4eceb6212",
                "md5": "f48669b6dc68aad8c996b4c82c8028a4",
                "sha256": "226d0e1c3876e45d4e5f88a2ca061f47f597b5e55727ecdcd6e04245a0a0033f"
            },
            "downloads": -1,
            "filename": "rtsp_to_webrtc-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f48669b6dc68aad8c996b4c82c8028a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 13321,
            "upload_time": "2024-05-12T21:14:55",
            "upload_time_iso_8601": "2024-05-12T21:14:55.625192Z",
            "url": "https://files.pythonhosted.org/packages/db/92/b296664b49ad00d451f3b9f3d6e80782fd5188cb609e04d958d4eceb6212/rtsp_to_webrtc-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-12 21:14:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "allenporter",
    "github_project": "rtsp-to-webrtc-client",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "rtsp-to-webrtc"
}
        
Elapsed time: 4.57082s