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.

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.12.0.tar.gz (1.5 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.12.0-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for check_depz-0.12.0.tar.gz
Algorithm Hash digest
SHA256 57212a595f1e5ffa80c233a92cedd4c5c364e7f019af86da509128fda4aa8524
MD5 d8a6832301b91b0f9500b4da1064d2e8
BLAKE2b-256 c5774e48a8ef99ebef2d844c4810f9d41496f40908d757473cc3ddb8f253f0eb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for check_depz-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7b91861f54a40f3ec707019d57007308e530effc55feb8352caf2fed60e15062
MD5 77b458f9032dd90a3f560a7c998476d0
BLAKE2b-256 6bc9cdf157ca76669b9b352d9587dce10c615d010ea845477dd841d63a258cc0

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