Metapackage: flicker-detector[cpu] or flicker-detector[gpu] on Windows x64. CPU backend exposes cpu-* console scripts.
Project description
flicker-detector
Umbrella (metapackage) on PyPI. This project ships almost no code: it declares optional extras so you can install one Windows x64 backend with a single command.
| Extra | Pulls in | Console commands (example) |
|---|---|---|
[cpu] |
flicker-detector-cpu |
cpu-flicker-detector, cpu-flicker-detector-server, cpu-flicker-detector-client |
[gpu] |
flicker-detector-gpu |
GPU package should use a gpu- prefix when published (same pattern as CPU). |
- Python ≥ 3.10
- OS: Windows 64-bit (extras are marked for
AMD64)
Install
CPU (recommended default):
py -m pip install -U "flicker-detector[cpu]"
GPU:
py -m pip install -U "flicker-detector[gpu]"
Requires the flicker-detector-gpu package to exist on the index you use (e.g. PyPI). If resolution fails, install the GPU wheel directly from its project page.
Important: do not install two backends that register the same console script names. The CPU backend uses cpu-* scripts; a GPU backend should use gpu-* (or another distinct prefix) so both can coexist if needed.
Commands (after installing flicker-detector-cpu)
| Command | Role |
|---|---|
cpu-flicker-detector |
Local CLI: video / image folder / image sequence → JSON |
cpu-flicker-detector-server |
Web UI + HTTP API |
cpu-flicker-detector-client |
Submit jobs to a running server |
Backend-only install (skip this umbrella)
If you only want the backend package:
py -m pip install flicker-detector-cpu
# or, when available:
py -m pip install flicker-detector-gpu
Same executables as with [cpu] / [gpu]; you do not need flicker-detector on top unless you want the extra indirection.
Source and issues
Algorithm details, building from source, and bug reports: see the flicker-detector-cpu (or GPU) repository and main project README, not this empty metapackage.
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 flicker_detector-1.1.3.tar.gz.
File metadata
- Download URL: flicker_detector-1.1.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
273cf8d42032eab35e1b03a9d09e226188eda6fd13585a3a0bb25fc7ad5c22b4
|
|
| MD5 |
cb80035b005376993236c7abb84c20ea
|
|
| BLAKE2b-256 |
db80a5aa3660779fc989a276ffb0fefd0a3e509130564ecd1f0eed0e2882fa57
|
File details
Details for the file flicker_detector-1.1.3-py3-none-any.whl.
File metadata
- Download URL: flicker_detector-1.1.3-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10bc00e733dc875167b25487cfeb3a6448f4f17197720c2400a784728f6470e
|
|
| MD5 |
99cb4a8ad373c37edbe6242b449220b8
|
|
| BLAKE2b-256 |
b21ab2574720c5c0a22a8b4277cfe76138cdc33dbf1e6c33db782e65e9756acb
|