cvp


Namecvp JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/osom8979/cvp
SummaryComputer Vision Player
upload_time2024-12-30 04:58:30
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

## Features

* Graph based visual programming
* ONVIF Client
* WsDiscovery
* FFmpeg media player
* Layout management
* Subprocess management
* Window management
* Font browser
* [Planned] Stitching
* [Planned] Labeling
* [Planned] Modeling
* [Planned] Database
* [Planned] CEF

## 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
```

## Installation

### from pip

```shell
pip install cvp
```

### from source

```shell
git clone https://github.com/osom8979/cvp "$HOME/.local/share/cvp"
cd "$HOME/.local/share/cvp"
./run
```

## License

See the [LICENSE](./LICENSE) file for details. In summary,
**cvp** is licensed under the **MIT license**.



            

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## Features\n\n* Graph based visual programming\n* ONVIF Client\n* WsDiscovery\n* FFmpeg media player\n* Layout management\n* Subprocess management\n* Window management\n* Font browser\n* [Planned] Stitching\n* [Planned] Labeling\n* [Planned] Modeling\n* [Planned] Database\n* [Planned] CEF\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## Installation\n\n### from pip\n\n```shell\npip install cvp\n```\n\n### from source\n\n```shell\ngit clone https://github.com/osom8979/cvp \"$HOME/.local/share/cvp\"\ncd \"$HOME/.local/share/cvp\"\n./run\n```\n\n## License\n\nSee the [LICENSE](./LICENSE) file for details. In summary,\n**cvp** is licensed under the **MIT license**.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Computer Vision Player",
    "version": "0.0.3",
    "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": "38e572fe058ab15f963934243d7e1561e92bbad10bd00dd6dedafd56e537faa6",
                "md5": "e46e388672b63573a9fb1a4b1515129e",
                "sha256": "39e476367dbf6b97c76ea99e91ac76cc3e5114b29ef5de8b59292f17f721adce"
            },
            "downloads": -1,
            "filename": "cvp-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e46e388672b63573a9fb1a4b1515129e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 13542171,
            "upload_time": "2024-12-30T04:58:30",
            "upload_time_iso_8601": "2024-12-30T04:58:30.020401Z",
            "url": "https://files.pythonhosted.org/packages/38/e5/72fe058ab15f963934243d7e1561e92bbad10bd00dd6dedafd56e537faa6/cvp-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 04:58:30",
    "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: 2.75640s