LazyVideoReader


NameLazyVideoReader JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/Slownite/Lazy_Video_Reader
SummaryA lazy video loader for working with a huge amount of video frame as numpy array
upload_time2023-03-23 11:14:39
maintainer
docs_urlNone
authorSlownite (Samuel Diop)
requires_python
license
keywords python video frames extraction lazy loading generator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A package that allows to lazely load chunk of video in ndarray format for processing in computer vision


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Slownite/Lazy_Video_Reader",
    "name": "LazyVideoReader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,video,frames extraction,lazy loading,generator",
    "author": "Slownite (Samuel Diop)",
    "author_email": "<snfdiop@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/3e/b2/521e7cd1a68461fa889de06db26b4b4b76831eb6e20abe7412ce1c39f9f3/LazyVideoReader-0.1.1.tar.gz",
    "platform": null,
    "description": "A package that allows to lazely load chunk of video in ndarray format for processing in computer vision\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A lazy video loader for working with a huge amount of video frame as numpy array",
    "version": "0.1.1",
    "split_keywords": [
        "python",
        "video",
        "frames extraction",
        "lazy loading",
        "generator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa0ca739ac27f7faa1dcff7d6d5a07e363d10ae8a83f0eca7ddae3e290e76452",
                "md5": "14484718fc669decedd7de048ec66f23",
                "sha256": "b81704122d370096a3ab1681ab72c1db6187d9989779c8b6e0cfd4f9d4bb2fd4"
            },
            "downloads": -1,
            "filename": "LazyVideoReader-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14484718fc669decedd7de048ec66f23",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3045,
            "upload_time": "2023-03-23T11:14:37",
            "upload_time_iso_8601": "2023-03-23T11:14:37.058870Z",
            "url": "https://files.pythonhosted.org/packages/fa/0c/a739ac27f7faa1dcff7d6d5a07e363d10ae8a83f0eca7ddae3e290e76452/LazyVideoReader-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3eb2521e7cd1a68461fa889de06db26b4b4b76831eb6e20abe7412ce1c39f9f3",
                "md5": "204985a4645c1a138f60a863337fd1f5",
                "sha256": "f11b48ab0cc5b11a9c4626fbb18f9db73e374216d1bad62205dd3c57af2a8dd6"
            },
            "downloads": -1,
            "filename": "LazyVideoReader-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "204985a4645c1a138f60a863337fd1f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2907,
            "upload_time": "2023-03-23T11:14:39",
            "upload_time_iso_8601": "2023-03-23T11:14:39.523470Z",
            "url": "https://files.pythonhosted.org/packages/3e/b2/521e7cd1a68461fa889de06db26b4b4b76831eb6e20abe7412ce1c39f9f3/LazyVideoReader-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-23 11:14:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Slownite",
    "github_project": "Lazy_Video_Reader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "lazyvideoreader"
}
        
Elapsed time: 0.04784s