cvp


Namecvp JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/osom8979/cvp
SummaryComputer Vision Player
upload_time2024-07-27 15:44:17
maintainerzer0
docs_urlNone
authorzer0
requires_python>=3.11
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cvp

[![PyPI](https://img.shields.io/pypi/v/cvp?style=flat-square)](https://pypi.org/project/cvp/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cvp?style=flat-square)

Computer Vision Player

## Developing

```shell
## Create a local Python virtual environment.
./python

## Black formatting
./black.sh

## PEP8 linting
./flake8.sh

## Sort import order
./isort.sh

## Type checking
./mypy.sh

## Unit testing
./pytest.sh
```

## License

**cvp** inherits the underlying libmpv's license, which can be either
[GPLv2 or later](./LICENSE.GPLv2.0) (default) or [LGPLv2.1 or later](./LICENSE.LGPLv2.1).
For details, see [the mpv copyright page](https://github.com/mpv-player/mpv/blob/master/Copyright).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/osom8979/cvp",
    "name": "cvp",
    "maintainer": "zer0",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "osom8979@gmail.com",
    "keywords": null,
    "author": "zer0",
    "author_email": "osom8979@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# cvp\n\n[![PyPI](https://img.shields.io/pypi/v/cvp?style=flat-square)](https://pypi.org/project/cvp/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cvp?style=flat-square)\n\nComputer Vision Player\n\n## Developing\n\n```shell\n## Create a local Python virtual environment.\n./python\n\n## Black formatting\n./black.sh\n\n## PEP8 linting\n./flake8.sh\n\n## Sort import order\n./isort.sh\n\n## Type checking\n./mypy.sh\n\n## Unit testing\n./pytest.sh\n```\n\n## License\n\n**cvp** inherits the underlying libmpv's license, which can be either\n[GPLv2 or later](./LICENSE.GPLv2.0) (default) or [LGPLv2.1 or later](./LICENSE.LGPLv2.1).\nFor details, see [the mpv copyright page](https://github.com/mpv-player/mpv/blob/master/Copyright).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Computer Vision Player",
    "version": "0.0.2",
    "project_urls": {
        "GitHub: issues": "https://github.com/osom8979/cvp/issues",
        "GitHub: repo": "https://github.com/osom8979/cvp",
        "Homepage": "https://github.com/osom8979/cvp"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2531ac8d38bd4d10d3146a7251bf1f18752cdf89cb21b3a6dd51586f9d45c9f",
                "md5": "80cdaaf94ff8d65d492f68d11f0ce8de",
                "sha256": "cb3bc995f7eb3e4744d2f87d2154a65a3725e2717f116b6f556304edd296b145"
            },
            "downloads": -1,
            "filename": "cvp-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80cdaaf94ff8d65d492f68d11f0ce8de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 40176,
            "upload_time": "2024-07-27T15:44:17",
            "upload_time_iso_8601": "2024-07-27T15:44:17.621739Z",
            "url": "https://files.pythonhosted.org/packages/a2/53/1ac8d38bd4d10d3146a7251bf1f18752cdf89cb21b3a6dd51586f9d45c9f/cvp-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-27 15:44:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "osom8979",
    "github_project": "cvp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cvp"
}
        
Elapsed time: 4.27794s