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
Outdated top level dependencies: 0/10
Outdated all dependencies: 1/20
        typing-extensions 4.12.2 4.13.0 Backported and Experimental Type Hints for P...
All dependency checks passed.

Outdated dependencies limit

By default check-depz allows up to 10 outdated dependencies for top level dependencies and 20 outdated dependencies for all dependencies in the project. You can adjust limits with --top-level-limit and --all-limit options:

check-depz --top-level-limit 15 --all-limit 30

Exit codes

Please note check-depz returns exit code 0 on succesfull checks 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.18.0.tar.gz (1.7 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.18.0-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: check_depz-0.18.0.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.11 Linux/6.11.0-1018-azure

File hashes

Hashes for check_depz-0.18.0.tar.gz
Algorithm Hash digest
SHA256 765c998a0aba829810058234c751f2c25eef326e1d2a8c056316ad70e400260f
MD5 4181ab95b970bfa7bf5d80c5ad9a4dde
BLAKE2b-256 7f7b4c7000fea82ce765097f9ec7843fb3deef64fe35d0aaf7b3a5e05ac48b81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: check_depz-0.18.0-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.11 Linux/6.11.0-1018-azure

File hashes

Hashes for check_depz-0.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 13eb7430c739fed078e31c9d3b1f61d285986b6a84efc8a5bef911fcdd2cc4fa
MD5 fa0e4ff9252ad79b0b02a72bb07d5377
BLAKE2b-256 18b6fe5d671ac7f45cf3468b30bc26a49b85d6d5484fb9900a3fb2f17723dcc6

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