Collection of Python utils for signal, image, and video processing
Project description
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
numpyortensorflowoptions, we only support Python<3.12because 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 .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prpy-0.3.8.tar.gz.
File metadata
- Download URL: prpy-0.3.8.tar.gz
- Upload date:
- Size: 82.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
178acd705f4b0047bb1d708336288582948334a2871c31820ca682b26b21a6e7
|
|
| MD5 |
7b7fd38ac427585129b51451c51e8c1e
|
|
| BLAKE2b-256 |
7069b9e0d10aeb8ba6624f6d94c326535b284209c9e147f0fcd832983dd13ab7
|
File details
Details for the file prpy-0.3.8-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: prpy-0.3.8-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 88.9 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41cb2766fdb6011e26c07073dcd15c85a68554c1ffa20fb1b53653a758a4e368
|
|
| MD5 |
1487d91b9cccb56d25894083ff81522c
|
|
| BLAKE2b-256 |
efc8b8091e6561e8f6a138285aa8e3d90a3bd0d4b129d60c30b3a75a6560f4d2
|