Skip to main content

No project description provided

Project description

check-depz: Easy outdated dependencies check for Python projects

Project check-depz is a simple command line tool to easily check if your Python project contains too many outdated dependencies.

Usage

Add check-depz to your project:

$ poetry add --group=dev check-depz 

Run dependencies check:

$ poetry run check-depz
Number of outdated dependencies: 0
Dependency check passed.

Outdated dependencies limit

By default check-depz allow up to 10 outdated dependencies.

Exit codes

Please note check-depz returns exit code 0 on succesfull check and code 1 on failure, so you can rely on this behavior:

check-depz && echo "Dependencies are up to date!"

...or...

#!/bin/bash
set -e  # Exit on command failure

check-depz
echo "This will NOT run if there are too many out of date dependencies."

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

check_depz-0.8.0.tar.gz (1.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

check_depz-0.8.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

Details for the file check_depz-0.8.0.tar.gz.

File metadata

  • Download URL: check_depz-0.8.0.tar.gz
  • Upload date:
  • Size: 1.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for check_depz-0.8.0.tar.gz
Algorithm Hash digest
SHA256 5d94fb193cac2f746ba56421a0475a43d3a71f6038781a8c80b563aff4864051
MD5 5746c6f96e3db593600efb186bdf7a37
BLAKE2b-256 0b4ff490e7e594b706559c3103b0f4e07f0404299d4fb525ccc413c4aac2e13e

See more details on using hashes here.

File details

Details for the file check_depz-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: check_depz-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 2.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for check_depz-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 60b2682375bcd367f5d8969435bc93e3f8e0c08c86682486eb5b147648d2e8ba
MD5 2cd85a52891b711fe74b4b73fc6b2ee5
BLAKE2b-256 4be61c0d80b46c8f86a15e964a5751ed17c2b8d83c13e8b8e2b7a71f441d2ae5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page