lame-helpers-for-opencv-on-vscode


Namelame-helpers-for-opencv-on-vscode JSON
Version 0.0.10 PyPI version JSON
download
home_page
SummaryLame tools to practice with opencv on VScode in place of Jupyter Notebooks.
upload_time2023-08-25 23:10:22
maintainer
docs_urlNone
authortms1991
requires_python
license
keywords opencv vscode
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
The objects in this package are useful to practice with python opencv on VScode.

Generally, it is preferable to use Jupiter Notebook to practice with opencv.
This is because JN allows easy ways to manage and display images.
But in case one wants to do the practice with VScode instead of JN, here comes this library.

This is a 'lame' library because the code is not very efficient.
In particular, the function 'cyclical_drawing' might be very CPU and RAM consuming.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lame-helpers-for-opencv-on-vscode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "opencv,vscode",
    "author": "tms1991",
    "author_email": "<youremail@email.com>",
    "download_url": "https://files.pythonhosted.org/packages/9f/a6/7ddf9b1cf788d9f98e915c7d7ba2c66d88199f641c9274332419e4a5aaf0/lame_helpers_for_opencv_on_vscode-0.0.10.tar.gz",
    "platform": null,
    "description": "\nThe objects in this package are useful to practice with python opencv on VScode.\n\nGenerally, it is preferable to use Jupiter Notebook to practice with opencv.\nThis is because JN allows easy ways to manage and display images.\nBut in case one wants to do the practice with VScode instead of JN, here comes this library.\n\nThis is a 'lame' library because the code is not very efficient.\nIn particular, the function 'cyclical_drawing' might be very CPU and RAM consuming.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Lame tools to practice with opencv on VScode in place of Jupyter Notebooks.",
    "version": "0.0.10",
    "project_urls": null,
    "split_keywords": [
        "opencv",
        "vscode"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9f235df92e4f5e6df44a5ef227bf70fbafb76f00b1db5ae12199cfcf169e648",
                "md5": "aaf78ccf11fc828903b0c5bbbaedd899",
                "sha256": "f694432ff6f62c5f4eae2f2007a2ba9989e6ab6a1056deb333795f1e82e2308a"
            },
            "downloads": -1,
            "filename": "lame_helpers_for_opencv_on_vscode-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aaf78ccf11fc828903b0c5bbbaedd899",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4954,
            "upload_time": "2023-08-25T23:10:20",
            "upload_time_iso_8601": "2023-08-25T23:10:20.645529Z",
            "url": "https://files.pythonhosted.org/packages/b9/f2/35df92e4f5e6df44a5ef227bf70fbafb76f00b1db5ae12199cfcf169e648/lame_helpers_for_opencv_on_vscode-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fa67ddf9b1cf788d9f98e915c7d7ba2c66d88199f641c9274332419e4a5aaf0",
                "md5": "164ec3b3ebbccea9c6a0c5e8c50986d4",
                "sha256": "eb7a369ea7a91815a6fe2cbfd0e8f1fb7728512dee0da0655960220a1b2a5509"
            },
            "downloads": -1,
            "filename": "lame_helpers_for_opencv_on_vscode-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "164ec3b3ebbccea9c6a0c5e8c50986d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4324,
            "upload_time": "2023-08-25T23:10:22",
            "upload_time_iso_8601": "2023-08-25T23:10:22.151552Z",
            "url": "https://files.pythonhosted.org/packages/9f/a6/7ddf9b1cf788d9f98e915c7d7ba2c66d88199f641c9274332419e4a5aaf0/lame_helpers_for_opencv_on_vscode-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-25 23:10:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lame-helpers-for-opencv-on-vscode"
}
        
Elapsed time: 0.11353s