Skip to content

PyPI checker

Filippe LeMarchand edited this page Feb 20, 2021 · 1 revision

Check for Python package updates on PyPI.

"x-checker-data": {
    "type": "pypi",
    "name": "Pillow"
}

By default it will check for source package (sdist package type). To check for binary package instead, set packagetype to bdist_wheel (only noarch wheels are supported currently).

Clone this wiki locally