prpy


Nameprpy JSON
Version 0.3.7 PyPI version JSON
download
home_pageNone
SummaryCollection of Python utils for signal, image, and video processing
upload_time2025-09-04 02:16:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License
keywords python numpy ffmpeg tensorflow torch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# prpy

[![Tests](https://github.com/prouast/prpy/actions/workflows/main.yml/badge.svg)](https://github.com/prouast/prpy/actions/workflows/main.yml)
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/prpy?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pip%20downloads)](https://pypi.org/project/prpy/)

A collection of Python utilities for signal, image, and video processing.
It contains subpackages for working with `numpy`, `ffmpeg`, `tensorflow`, and `torch`.

## Installation

General prerequisites are `python>=3.9` and `ffmpeg` installed and accessible via the `$PATH` environment variable.

- Please note: If using `numpy` or `tensorflow` options, we only support Python `<3.12` because of the dependencies. 

The easiest way to install the latest version of `prpy`:

```
pip install "prpy[ffmpeg,numpy,tensorflow,torch,test]"
```

Alternatively, it can be done by cloning the source:

```
git clone https://github.com/prouast/prpy.git
pip install "./prpy[ffmpeg,numpy,tensorflow,torch,test]"
```

The above run full installs of all dependencies.
It is possible to customize the install of the dependencies by only listing the desired subpackages out of `ffmpeg`, `numpy`, `tensorflow`, `torch`, and `test` in the square brackets above.

## Linting and tests

To lint and run tests:

```
flake8 . --count --select=F,E9 --show-source --statistics
pytest
```

## Build

To build:

```
python -m build
```

## Re-build and re-install locally

```
pip uninstall -y prpy && pip install -e .
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "prpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "python, numpy, ffmpeg, tensorflow, torch",
    "author": null,
    "author_email": "Philipp Rouast <philipp@rouast.com>",
    "download_url": "https://files.pythonhosted.org/packages/47/f1/991ec9dd28af22c25b573ff87a08da05771cbe601d9a1a35197be8c00f48/prpy-0.3.7.tar.gz",
    "platform": null,
    "description": "\n# prpy\n\n[![Tests](https://github.com/prouast/prpy/actions/workflows/main.yml/badge.svg)](https://github.com/prouast/prpy/actions/workflows/main.yml)\n[![PyPI Downloads](https://static.pepy.tech/personalized-badge/prpy?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pip%20downloads)](https://pypi.org/project/prpy/)\n\nA collection of Python utilities for signal, image, and video processing.\nIt contains subpackages for working with `numpy`, `ffmpeg`, `tensorflow`, and `torch`.\n\n## Installation\n\nGeneral prerequisites are `python>=3.9` and `ffmpeg` installed and accessible via the `$PATH` environment variable.\n\n- Please note: If using `numpy` or `tensorflow` options, we only support Python `<3.12` because of the dependencies. \n\nThe easiest way to install the latest version of `prpy`:\n\n```\npip install \"prpy[ffmpeg,numpy,tensorflow,torch,test]\"\n```\n\nAlternatively, it can be done by cloning the source:\n\n```\ngit clone https://github.com/prouast/prpy.git\npip install \"./prpy[ffmpeg,numpy,tensorflow,torch,test]\"\n```\n\nThe above run full installs of all dependencies.\nIt is possible to customize the install of the dependencies by only listing the desired subpackages out of `ffmpeg`, `numpy`, `tensorflow`, `torch`, and `test` in the square brackets above.\n\n## Linting and tests\n\nTo lint and run tests:\n\n```\nflake8 . --count --select=F,E9 --show-source --statistics\npytest\n```\n\n## Build\n\nTo build:\n\n```\npython -m build\n```\n\n## Re-build and re-install locally\n\n```\npip uninstall -y prpy && pip install -e .\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Collection of Python utils for signal, image, and video processing",
    "version": "0.3.7",
    "project_urls": {
        "Issues": "https://github.com/prouast/prpy/issues",
        "Repository": "https://github.com/prouast/prpy.git"
    },
    "split_keywords": [
        "python",
        " numpy",
        " ffmpeg",
        " tensorflow",
        " torch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75b64a36b4ef75a2d47e3adfb6521d227761c303ec737278df0e9050875813dc",
                "md5": "daa9ab290c5d99339830782793e280a8",
                "sha256": "8d51bed2405439ae5003ae1ab89027fe6e89c0a858155f98afbe3fd10c674548"
            },
            "downloads": -1,
            "filename": "prpy-0.3.7-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "daa9ab290c5d99339830782793e280a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 88615,
            "upload_time": "2025-09-04T02:16:20",
            "upload_time_iso_8601": "2025-09-04T02:16:20.314319Z",
            "url": "https://files.pythonhosted.org/packages/75/b6/4a36b4ef75a2d47e3adfb6521d227761c303ec737278df0e9050875813dc/prpy-0.3.7-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47f1991ec9dd28af22c25b573ff87a08da05771cbe601d9a1a35197be8c00f48",
                "md5": "dfef4d59534f3d5fbd30a6c5d892b3f9",
                "sha256": "4712bebb98c215574667f0fce54b645523f1106229dc22c7df55c95b258e45f9"
            },
            "downloads": -1,
            "filename": "prpy-0.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "dfef4d59534f3d5fbd30a6c5d892b3f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 82006,
            "upload_time": "2025-09-04T02:16:21",
            "upload_time_iso_8601": "2025-09-04T02:16:21.796917Z",
            "url": "https://files.pythonhosted.org/packages/47/f1/991ec9dd28af22c25b573ff87a08da05771cbe601d9a1a35197be8c00f48/prpy-0.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 02:16:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prouast",
    "github_project": "prpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "prpy"
}
        
Elapsed time: 0.45984s