prpy


Nameprpy JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummaryCollection of Python utils for signal, image, and video processing
upload_time2024-05-03 13:15:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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.
            [![Tests](https://github.com/prouast/prpy/actions/workflows/main.yml/badge.svg)](https://github.com/prouast/prpy/actions/workflows/main.yml)

# 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.8` and `ffmpeg` installed and accessible via the `$PATH` environment variable.

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=E9,F63,F7,F82 --show-source --statistics
pytest
```

## Build

To build:

```
python -m build
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "prpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "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/3e/25/2c9b5f8b8c4300dc357b98ca1d2c597d163f12d2d8c5b0fa1cf1a4f47155/prpy-0.2.5.tar.gz",
    "platform": null,
    "description": "[![Tests](https://github.com/prouast/prpy/actions/workflows/main.yml/badge.svg)](https://github.com/prouast/prpy/actions/workflows/main.yml)\n\n# 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.8` and `ffmpeg` installed and accessible via the `$PATH` environment variable.\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=E9,F63,F7,F82 --show-source --statistics\npytest\n```\n\n## Build\n\nTo build:\n\n```\npython -m build\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Collection of Python utils for signal, image, and video processing",
    "version": "0.2.5",
    "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": "6f329fb7343ed237a8f757ae3500265532656140f33b7cfbef6cfb8ff58571fa",
                "md5": "a45f928680d14dee8345c3cb6e9adeb2",
                "sha256": "0cc4f7e808bc2e1be3b566b03a3c6a8cc477893d66ffdc6ea8f2fb7beb9a8ff7"
            },
            "downloads": -1,
            "filename": "prpy-0.2.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a45f928680d14dee8345c3cb6e9adeb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 59896,
            "upload_time": "2024-05-03T13:15:51",
            "upload_time_iso_8601": "2024-05-03T13:15:51.699211Z",
            "url": "https://files.pythonhosted.org/packages/6f/32/9fb7343ed237a8f757ae3500265532656140f33b7cfbef6cfb8ff58571fa/prpy-0.2.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e252c9b5f8b8c4300dc357b98ca1d2c597d163f12d2d8c5b0fa1cf1a4f47155",
                "md5": "cef62cfe20dcc7c2f4d7c588d21824bd",
                "sha256": "91ed26547740d4f59fa8cba29b83348e5780f57ca78f0f872394e5ae0232c276"
            },
            "downloads": -1,
            "filename": "prpy-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "cef62cfe20dcc7c2f4d7c588d21824bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 55728,
            "upload_time": "2024-05-03T13:15:53",
            "upload_time_iso_8601": "2024-05-03T13:15:53.600649Z",
            "url": "https://files.pythonhosted.org/packages/3e/25/2c9b5f8b8c4300dc357b98ca1d2c597d163f12d2d8c5b0fa1cf1a4f47155/prpy-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 13:15:53",
    "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.23491s